Html Css Color HEX #B4AA8C Chino

📋 copy color: '#B4AA8C'

red 180 ◦ green 170 ◦ blue 140

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

Shades of Chino #B4AA8C

Tints of Chino #B4AA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 36.73%
G = 34.69%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4AA8C (or 0xB4AA8C) is known color: Chino. HEX triplet: B4, AA and 8C. RGB value is (180,170,140). Sum of RGB (Red+Green+Blue) = 180+170+140=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA8C is #4B5573. Grayscale: #A9A9A9. Windows color (decimal): -4937076 or 9218740. OLE color: 9218740.

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

Color convert

RGB 180 170 140 -
CMYK 0 0.06 0.22 0.29
HSL 45º 0.21% 0.63% -
HSV(B) 45º 0.22% 0.71% -
XYZ 37.93 40.35 30.6 -
YUV 169.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 180 170 140 0 0.06 0.22 0.29 45 0.21 0.63
Hex B4 AA 8C 0 6 16 1D 2D 15 3F
Octal 264 252 214 0 6 26 35 55 25 77
Binary 10110100 10101010 10001100 0 110 10110 11101 101101 10101 111111

Color Harmonies of #B4AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AA8C

Black with #B4AA8C

Text Example


Text Example

White with #B4AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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