#BFB87D

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

Shades of Yuma #BFB87D

Tints of Yuma #BFB87D

Color information

#BFB87D (or 0xBFB87D) is unknown color: approx Yuma. HEX triplet: BF, B8 and 7D. RGB value is (191,184,125). Sum of RGB (Red+Green+Blue) = 191+184+125=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB87D is #404782. Grayscale: #B3B3B3. Windows color (decimal): -4212611 or 8239295. OLE color: 8239295.

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

Color convert

RGB191184125-
CMYK00.040.350.25
HSL53.64º34.02%61.96%-
HSV(B)53.64º34.55%74.9%-
XYZ42.3346.8426.21-
YUV179.3797.32136.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 125 (49.22% from 255) = 25%
R=38.2%
G=36.8%
B=25%

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
Decimal19118412500.040.350.2553.6434.0261.96
HexBFB87D04231936223e
Octal277270175044331664276
Binary10111111101110001111101010010001111001110110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB87D; }

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

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

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

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

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

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

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

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