#BFB97F

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

Shades of Yuma #BFB97F

Tints of Yuma #BFB97F

Color information

#BFB97F (or 0xBFB97F) is unknown color: approx Yuma. HEX triplet: BF, B9 and 7F. RGB value is (191,185,127). Sum of RGB (Red+Green+Blue) = 191+185+127=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB97F is #404680. Grayscale: #B4B4B4. Windows color (decimal): -4212353 or 8370623. OLE color: 8370623.

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

Color convert

RGB191185127-
CMYK00.030.340.25
HSL54.38º33.33%62.35%-
HSV(B)54.38º33.51%74.9%-
XYZ42.6747.3126.96-
YUV180.1897.99135.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 127 (50% from 255) = 25.25%
R=37.97%
G=36.78%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118512700.030.340.2554.3833.3362.35
HexBFB97F03221936213e
Octal277271177034231664176
Binary1011111110111001111111101110001011001110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB97F; }

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

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

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

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

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

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

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

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