#BFB346

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

Shades of Sundance #BFB346

Tints of Sundance #BFB346

Color information

#BFB346 (or 0xBFB346) is unknown color: approx Sundance. HEX triplet: BF, B3 and 46. RGB value is (191,179,70). Sum of RGB (Red+Green+Blue) = 191+179+70=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB346 is #404CB9. Grayscale: #AAAAAA. Windows color (decimal): -4213946 or 4633535. OLE color: 4633535.

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

Color convert

RGB19117970-
CMYK00.060.630.25
HSL54.05º48.59%51.18%-
HSV(B)54.05º63.35%74.9%-
XYZ38.7143.7612.2-
YUV170.1671.48142.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 70 (27.73% from 255) = 15.91%
R=43.41%
G=40.68%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911797000.060.630.2554.0548.5951.18
HexBFB346063F19363133
Octal277263106067731666163
Binary10111111101100111000110011011111111001110110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB346; }

 p { color: rgb(191,179,70); }

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

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

 a { background-color: rgb(191,179,70); }

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

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

 span { border-color: rgb(191,179,70); }

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