Html Css Color HEX #B4AE8B Chino

📋 copy color: '#B4AE8B'

red 180 ◦ green 174 ◦ blue 139

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

Shades of Chino #B4AE8B

Tints of Chino #B4AE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.19%

R = 36.51%
G = 35.29%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4AE8B (or 0xB4AE8B) is known color: Chino. HEX triplet: B4, AE and 8B. RGB value is (180,174,139). Sum of RGB (Red+Green+Blue) = 180+174+139=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE8B is #4B5174. Grayscale: #ABABAB. Windows color (decimal): -4936053 or 9154228. OLE color: 9154228.

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

Color convert

RGB 180 174 139 -
CMYK 0 0.03 0.23 0.29
HSL 51.22º 0.21% 0.63% -
HSV(B) 51.22º 0.23% 0.71% -
XYZ 38.62 41.84 30.47 -
YUV 171.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 180 174 139 0 0.03 0.23 0.29 51.22 0.21 0.63
Hex B4 AE 8B 0 3 17 1D 33 15 3F
Octal 264 256 213 0 3 27 35 63 25 77
Binary 10110100 10101110 10001011 0 11 10111 11101 110011 10101 111111

Color Harmonies of #B4AE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE8B

Black with #B4AE8B

Text Example


Text Example

White with #B4AE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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