#BFB87F

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

Shades of Yuma #BFB87F

Tints of Yuma #BFB87F

Color information

#BFB87F (or 0xBFB87F) is unknown color: approx Yuma. HEX triplet: BF, B8 and 7F. RGB value is (191,184,127). Sum of RGB (Red+Green+Blue) = 191+184+127=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB87F is #404780. Grayscale: #B3B3B3. Windows color (decimal): -4212609 or 8370367. OLE color: 8370367.

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

Color convert

RGB191184127-
CMYK00.040.340.25
HSL53.44º33.33%62.35%-
HSV(B)53.44º33.51%74.9%-
XYZ42.4646.8926.89-
YUV179.698.32136.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 184 (72.27% from 255) = 36.65%
BLUE value IS 127 (50% from 255) = 25.30%
R=38.05%
G=36.65%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118412700.040.340.2553.4433.3362.35
HexBFB87F04221935213e
Octal277270177044231654176
Binary10111111101110001111111010010001011001110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB87F; }

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

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

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

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

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

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

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

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