#BFB648

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

Shades of Sundance #BFB648

Tints of Sundance #BFB648

Color information

#BFB648 (or 0xBFB648) is unknown color: approx Sundance. HEX triplet: BF, B6 and 48. RGB value is (191,182,72). Sum of RGB (Red+Green+Blue) = 191+182+72=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB648 is #4049B7. Grayscale: #ACACAC. Windows color (decimal): -4213176 or 4765375. OLE color: 4765375.

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

Color convert

RGB19118272-
CMYK00.050.620.25
HSL55.46º48.18%51.57%-
HSV(B)55.46º62.3%74.9%-
XYZ39.384512.74-
YUV172.1571.48141.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 72 (28.52% from 255) = 16.18%
R=42.92%
G=40.90%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911827200.050.620.2555.4648.1851.57
HexBFB648053E19373034
Octal277266110057631676064
Binary10111111101101101001000010111111011001110111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB648; }

 p { color: rgb(191,182,72); }

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

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

 a { background-color: rgb(191,182,72); }

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

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

 span { border-color: rgb(191,182,72); }

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