#BFB87C

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

Shades of Yuma #BFB87C

Tints of Yuma #BFB87C

Color information

#BFB87C (or 0xBFB87C) is unknown color: approx Yuma. HEX triplet: BF, B8 and 7C. RGB value is (191,184,124). Sum of RGB (Red+Green+Blue) = 191+184+124=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB87C is #404783. Grayscale: #B3B3B3. Windows color (decimal): -4212612 or 8173759. OLE color: 8173759.

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

Color convert

RGB191184124-
CMYK00.040.350.25
HSL53.73º34.36%61.76%-
HSV(B)53.73º35.08%74.9%-
XYZ42.2646.8125.88-
YUV179.2596.82136.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 124 (48.83% from 255) = 24.85%
R=38.28%
G=36.87%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118412400.040.350.2553.7334.3661.76
HexBFB87C04231936223e
Octal277270174044331664276
Binary10111111101110001111100010010001111001110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB87C; }

 p { color: rgb(191,184,124); }

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

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

 a { background-color: rgb(191,184,124); }

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

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

 span { border-color: rgb(191,184,124); }

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