#BFB882

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

Shades of Yuma #BFB882

Tints of Yuma #BFB882

Color information

#BFB882 (or 0xBFB882) is unknown color: approx Yuma. HEX triplet: BF, B8 and 82. RGB value is (191,184,130). Sum of RGB (Red+Green+Blue) = 191+184+130=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB882 is #40477D. Grayscale: #B4B4B4. Windows color (decimal): -4212606 or 8566975. OLE color: 8566975.

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

Color convert

RGB191184130-
CMYK00.040.320.25
HSL53.11º32.28%62.94%-
HSV(B)53.11º31.94%74.9%-
XYZ42.6646.9727.94-
YUV179.9499.82135.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 130 (51.17% from 255) = 25.74%
R=37.82%
G=36.44%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118413000.040.320.2553.1132.2862.94
HexBFB88204201935203f
Octal277270202044031654077
Binary101111111011100010000010010010000011001110101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB882; }

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

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

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

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

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

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

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

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