#BFB54C

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

Shades of Sundance #BFB54C

Tints of Sundance #BFB54C

Color information

#BFB54C (or 0xBFB54C) is unknown color: approx Sundance. HEX triplet: BF, B5 and 4C. RGB value is (191,181,76). Sum of RGB (Red+Green+Blue) = 191+181+76=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB54C is #404AB3. Grayscale: #ACACAC. Windows color (decimal): -4213428 or 5027263. OLE color: 5027263.

HSL color Cylindrical-coordinate representation of color #BFB54C: hue angle of 54.78º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFB54C is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19118176-
CMYK00.050.600.25
HSL54.78º47.33%52.35%-
HSV(B)54.78º60.21%74.9%-
XYZ39.3144.6513.38-
YUV172.0273.81141.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 76 (30.08% from 255) = 16.96%
R=42.63%
G=40.40%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911817600.050.600.2554.7847.3352.35
HexBFB54C053C19372f34
Octal277265114057431675764
Binary10111111101101011001100010111110011001110111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB54C; }

 p { color: rgb(191,181,76); }

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

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

 a { background-color: rgb(191,181,76); }

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

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

 span { border-color: rgb(191,181,76); }

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