Html Css Color HEX #B6AE88 Chino

📋 copy color: '#B6AE88'

red 182 ◦ green 174 ◦ blue 136

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

Shades of Chino #B6AE88

Tints of Chino #B6AE88

RGB

 RED value IS 182 (71.48% from 255) = 36.99%

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

 BLUE value IS 136 (53.52% from 255) = 27.64%

R = 36.99%
G = 35.37%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B6AE88 (or 0xB6AE88) is known color: Chino. HEX triplet: B6, AE and 88. RGB value is (182,174,136). Sum of RGB (Red+Green+Blue) = 182+174+136=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AE88 is #495177. Grayscale: #ACACAC. Windows color (decimal): -4804984 or 8957622. OLE color: 8957622.

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

Color convert

RGB 182 174 136 -
CMYK 0 0.04 0.25 0.29
HSL 49.57º 0.24% 0.62% -
HSV(B) 49.57º 0.25% 0.71% -
XYZ 38.87 41.99 29.35 -
YUV 172.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 182 174 136 0 0.04 0.25 0.29 49.57 0.24 0.62
Hex B6 AE 88 0 4 19 1D 32 18 3E
Octal 266 256 210 0 4 31 35 62 30 76
Binary 10110110 10101110 10001000 0 100 11001 11101 110010 11000 111110

Color Harmonies of #B6AE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AE88

Black with #B6AE88

Text Example


Text Example

White with #B6AE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AE88; }

 p { color: rgb(182,174,136); }

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

background-color css

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

 a { background-color: rgb(182,174,136); }

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

border-color css

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

 span { border-color: rgb(182,174,136); }

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