#BFB450

Color #BFB450 Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #BFB450

Tints of Sundance #BFB450

Color information

#BFB450 (or 0xBFB450) is unknown color: approx Sundance. HEX triplet: BF, B4 and 50. RGB value is (191,180,80). Sum of RGB (Red+Green+Blue) = 191+180+80=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB450 is #404BAF. Grayscale: #ACACAC. Windows color (decimal): -4213680 or 5289151. OLE color: 5289151.

HSL color Cylindrical-coordinate representation of color #BFB450: hue angle of 54.05º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFB450 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19118080-
CMYK00.060.580.25
HSL54.05º46.44%53.14%-
HSV(B)54.05º58.12%74.9%-
XYZ39.2644.314.07-
YUV171.8976.14141.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 180 (70.70% from 255) = 39.91%
BLUE value IS 80 (31.64% from 255) = 17.74%
R=42.35%
G=39.91%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911808000.060.580.2554.0546.4453.14
HexBFB450063A19362e35
Octal277264120067231665665
Binary10111111101101001010000011011101011001110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB450; }

 p { color: rgb(191,180,80); }

 H1.HeaderClassName
 {
   color: #BFB450;
 }
 .AnyTagClassName
 {
   color: #BFB450;
 }
</style>
background-color css

<style>
 a { background-color: #BFB450; }

 a { background-color: rgb(191,180,80); }

 div.DivClassName
 {
   background-color: #BFB450;
 }
 .BgClassName
 {
   background-color: #BFB450;
 }
</style>
border-color css

<style>
 span { border-color: #BFB450; }

 span { border-color: rgb(191,180,80); }

 td.TdClassName
 {
   border-color: #BFB450;
 }
 .TagClassName
 {
   border-color: #BFB450;
 }
</style>