#BFB34B

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

Shades of Sundance #BFB34B

Tints of Sundance #BFB34B

Color information

#BFB34B (or 0xBFB34B) is unknown color: approx Sundance. HEX triplet: BF, B3 and 4B. RGB value is (191,179,75). Sum of RGB (Red+Green+Blue) = 191+179+75=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB34B is #404CB4. Grayscale: #ABABAB. Windows color (decimal): -4213941 or 4961215. OLE color: 4961215.

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

Color convert

RGB19117975-
CMYK00.060.610.25
HSL53.79º47.54%52.16%-
HSV(B)53.79º60.73%74.9%-
XYZ38.8843.8213.07-
YUV170.7373.98142.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 75 (29.69% from 255) = 16.85%
R=42.92%
G=40.22%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911797500.060.610.2553.7947.5452.16
HexBFB34B063D19363034
Octal277263113067531666064
Binary10111111101100111001011011011110111001110110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB34B; }

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

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

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

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

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

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

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

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