Html Css Color HEX #B4AA8A Chino

📋 copy color: '#B4AA8A'

red 180 ◦ green 170 ◦ blue 138

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

Shades of Chino #B4AA8A

Tints of Chino #B4AA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 36.89%
G = 34.84%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4AA8A (or 0xB4AA8A) is known color: Chino. HEX triplet: B4, AA and 8A. RGB value is (180,170,138). Sum of RGB (Red+Green+Blue) = 180+170+138=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA8A is #4B5575. Grayscale: #A9A9A9. Windows color (decimal): -4937078 or 9087668. OLE color: 9087668.

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

Color convert

RGB 180 170 138 -
CMYK 0 0.06 0.23 0.29
HSL 45.71º 0.22% 0.62% -
HSV(B) 45.71º 0.23% 0.71% -
XYZ 37.78 40.29 29.83 -
YUV 169.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 180 170 138 0 0.06 0.23 0.29 45.71 0.22 0.62
Hex B4 AA 8A 0 6 17 1D 2E 16 3E
Octal 264 252 212 0 6 27 35 56 26 76
Binary 10110100 10101010 10001010 0 110 10111 11101 101110 10110 111110

Color Harmonies of #B4AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AA8A

Black with #B4AA8A

Text Example


Text Example

White with #B4AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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