Html Css Color HEX #B4AA80 Chino

📋 copy color: '#B4AA80'

red 180 ◦ green 170 ◦ blue 128

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

Shades of Chino #B4AA80

Tints of Chino #B4AA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.56%

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

R = 37.66%
G = 35.56%
B = 26.78%

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

#B4AA80 (or 0xB4AA80) is known color: Chino. HEX triplet: B4, AA and 80. RGB value is (180,170,128). Sum of RGB (Red+Green+Blue) = 180+170+128=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA80 is #4B557F. Grayscale: #A8A8A8. Windows color (decimal): -4937088 or 8432308. OLE color: 8432308.

HSL color Cylindrical-coordinate representation of color #B4AA80: hue angle of 48.46º 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 #B4AA80 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 170 128 -
CMYK 0 0.06 0.29 0.29
HSL 48.46º 0.26% 0.6% -
HSV(B) 48.46º 0.29% 0.71% -
XYZ 37.09 40.01 26.19 -
YUV 168.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 180 170 128 0 0.06 0.29 0.29 48.46 0.26 0.6
Hex B4 AA 80 0 6 1D 1D 30 1A 3C
Octal 264 252 200 0 6 35 35 60 32 74
Binary 10110100 10101010 10000000 0 110 11101 11101 110000 11010 111100

Color Harmonies of #B4AA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AA80

Black with #B4AA80

Text Example


Text Example

White with #B4AA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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