Html Css Color HEX #BFB980 Yuma

📋 copy color: '#BFB980'

red 191 ◦ green 185 ◦ blue 128

#BFB980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yuma #BFB980

Tints of Yuma #BFB980

RGB

 RED value IS 191 (75% from 255) = 37.9%

 GREEN value IS 185 (72.66% from 255) = 36.71%

 BLUE value IS 128 (50.39% from 255) = 25.4%

R = 37.9%
G = 36.71%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BFB980 (or 0xBFB980) is known color: Yuma. HEX triplet: BF, B9 and 80. RGB value is (191,185,128). Sum of RGB (Red+Green+Blue) = 191+185+128=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB980 is #40467F. Grayscale: #B4B4B4. Windows color (decimal): -4212352 or 8436159. OLE color: 8436159.

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

Color convert

RGB 191 185 128 -
CMYK 0 0.03 0.33 0.25
HSL 54.29º 0.33% 0.63% -
HSV(B) 54.29º 0.33% 0.75% -
XYZ 42.73 47.33 27.31 -
YUV 180.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 191 185 128 0 0.03 0.33 0.25 54.29 0.33 0.63
Hex BF B9 80 0 3 21 19 36 21 3F
Octal 277 271 200 0 3 41 31 66 41 77
Binary 10111111 10111001 10000000 0 11 100001 11001 110110 100001 111111

Color Harmonies of #BFB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB980

Black with #BFB980

Text Example


Text Example

White with #BFB980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB980; }

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

 H1.HeaderClassName
 {
   color: #BFB980;
 }
 .AnyTagClassName
 {
   color: #BFB980;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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