Html Css Color HEX #B4A980 Chino

📋 copy color: '#B4A980'

red 180 ◦ green 169 ◦ blue 128

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

Shades of Chino #B4A980

Tints of Chino #B4A980

RGB

 RED value IS 180 (70.7% from 255) = 37.74%

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 37.74%
G = 35.43%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4A980 (or 0xB4A980) is known color: Chino. HEX triplet: B4, A9 and 80. RGB value is (180,169,128). Sum of RGB (Red+Green+Blue) = 180+169+128=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A980 is #4B567F. Grayscale: #A7A7A7. Windows color (decimal): -4937344 or 8432052. OLE color: 8432052.

HSL color Cylindrical-coordinate representation of color #B4A980: hue angle of 47.31º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4A980 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 169 128 -
CMYK 0 0.06 0.29 0.29
HSL 47.31º 0.26% 0.6% -
HSV(B) 47.31º 0.29% 0.71% -
XYZ 36.91 39.64 26.13 -
YUV 167.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 180 169 128 0 0.06 0.29 0.29 47.31 0.26 0.6
Hex B4 A9 80 0 6 1D 1D 2F 1A 3C
Octal 264 251 200 0 6 35 35 57 32 74
Binary 10110100 10101001 10000000 0 110 11101 11101 101111 11010 111100

Color Harmonies of #B4A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A980

Black with #B4A980

Text Example


Text Example

White with #B4A980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A980; }

 p { color: rgb(180,169,128); }

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

background-color css

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

 a { background-color: rgb(180,169,128); }

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

border-color css

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

 span { border-color: rgb(180,169,128); }

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