Html Css Color HEX #B4AE84 Chino

📋 copy color: '#B4AE84'

red 180 ◦ green 174 ◦ blue 132

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

Shades of Chino #B4AE84

Tints of Chino #B4AE84

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 37.04%
G = 35.8%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B4AE84 (or 0xB4AE84) is known color: Chino. HEX triplet: B4, AE and 84. RGB value is (180,174,132). Sum of RGB (Red+Green+Blue) = 180+174+132=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE84 is #4B517B. Grayscale: #ABABAB. Windows color (decimal): -4936060 or 8695476. OLE color: 8695476.

HSL color Cylindrical-coordinate representation of color #B4AE84: hue angle of 52.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4AE84 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 174 132 -
CMYK 0 0.03 0.27 0.29
HSL 52.5º 0.24% 0.61% -
HSV(B) 52.5º 0.27% 0.71% -
XYZ 38.12 41.64 27.86 -
YUV 171.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 180 174 132 0 0.03 0.27 0.29 52.5 0.24 0.61
Hex B4 AE 84 0 3 1B 1D 34 18 3D
Octal 264 256 204 0 3 33 35 64 30 75
Binary 10110100 10101110 10000100 0 11 11011 11101 110100 11000 111101

Color Harmonies of #B4AE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE84

Black with #B4AE84

Text Example


Text Example

White with #B4AE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE84; }

 p { color: rgb(180,174,132); }

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

background-color css

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

 a { background-color: rgb(180,174,132); }

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

border-color css

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

 span { border-color: rgb(180,174,132); }

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