#BFB781

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

Shades of Yuma #BFB781

Tints of Yuma #BFB781

Color information

#BFB781 (or 0xBFB781) is unknown color: approx Yuma. HEX triplet: BF, B7 and 81. RGB value is (191,183,129). Sum of RGB (Red+Green+Blue) = 191+183+129=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB781 is #40487E. Grayscale: #B3B3B3. Windows color (decimal): -4212863 or 8501183. OLE color: 8501183.

HSL color Cylindrical-coordinate representation of color #BFB781: hue angle of 52.26º degrees, saturation: 0.33, 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 #BFB781 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB191183129-
CMYK00.040.320.25
HSL52.26º32.63%62.75%-
HSV(B)52.26º32.46%74.9%-
XYZ42.3846.5327.52-
YUV179.2499.65136.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=37.97%
G=36.38%
B=25.65%

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
Decimal19118312900.040.320.2552.2632.6362.75
HexBFB78104201934213f
Octal277267201044031644177
Binary101111111011011110000001010010000011001110100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB781; }

 p { color: rgb(191,183,129); }

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

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

 a { background-color: rgb(191,183,129); }

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

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

 span { border-color: rgb(191,183,129); }

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