Html Css Color HEX #B7AE8C Chino

📋 copy color: '#B7AE8C'

red 183 ◦ green 174 ◦ blue 140

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

Shades of Chino #B7AE8C

Tints of Chino #B7AE8C

RGB

 RED value IS 183 (71.88% from 255) = 36.82%

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

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

R = 36.82%
G = 35.01%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7AE8C (or 0xB7AE8C) is known color: Chino. HEX triplet: B7, AE and 8C. RGB value is (183,174,140). Sum of RGB (Red+Green+Blue) = 183+174+140=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AE8C is #485173. Grayscale: #ACACAC. Windows color (decimal): -4739444 or 9219767. OLE color: 9219767.

HSL color Cylindrical-coordinate representation of color #B7AE8C: hue angle of 47.44º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7AE8C is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 174 140 -
CMYK 0 0.05 0.23 0.28
HSL 47.44º 0.23% 0.63% -
HSV(B) 47.44º 0.23% 0.72% -
XYZ 39.4 42.23 30.89 -
YUV 172.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 183 174 140 0 0.05 0.23 0.28 47.44 0.23 0.63
Hex B7 AE 8C 0 5 17 1C 2F 17 3F
Octal 267 256 214 0 5 27 34 57 27 77
Binary 10110111 10101110 10001100 0 101 10111 11100 101111 10111 111111

Color Harmonies of #B7AE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AE8C

Black with #B7AE8C

Text Example


Text Example

White with #B7AE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AE8C; }

 p { color: rgb(183,174,140); }

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

background-color css

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

 a { background-color: rgb(183,174,140); }

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

border-color css

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

 span { border-color: rgb(183,174,140); }

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