#BFB248

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

Shades of Sundance #BFB248

Tints of Sundance #BFB248

Color information

#BFB248 (or 0xBFB248) is unknown color: approx Sundance. HEX triplet: BF, B2 and 48. RGB value is (191,178,72). Sum of RGB (Red+Green+Blue) = 191+178+72=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB248 is #404DB7. Grayscale: #AAAAAA. Windows color (decimal): -4214200 or 4764351. OLE color: 4764351.

HSL color Cylindrical-coordinate representation of color #BFB248: hue angle of 53.45º 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 #BFB248 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19117872-
CMYK00.070.620.25
HSL53.45º48.18%51.57%-
HSV(B)53.45º62.3%74.9%-
XYZ38.5843.3912.47-
YUV169.872.81143.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 72 (28.52% from 255) = 16.33%
R=43.31%
G=40.36%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911787200.070.620.2553.4548.1851.57
HexBFB248073E19353034
Octal277262110077631656064
Binary10111111101100101001000011111111011001110101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB248; }

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

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

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

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

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

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

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

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