Html Css Color HEX #B3AE88 Chino

📋 copy color: '#B3AE88'

red 179 ◦ green 174 ◦ blue 136

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

Shades of Chino #B3AE88

Tints of Chino #B3AE88

RGB

 RED value IS 179 (70.31% from 255) = 36.61%

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

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

R = 36.61%
G = 35.58%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B3AE88 (or 0xB3AE88) is known color: Chino. HEX triplet: B3, AE and 88. RGB value is (179,174,136). Sum of RGB (Red+Green+Blue) = 179+174+136=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AE88 is #4C5177. Grayscale: #ABABAB. Windows color (decimal): -5001592 or 8957619. OLE color: 8957619.

HSL color Cylindrical-coordinate representation of color #B3AE88: hue angle of 53.02º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3AE88 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 174 136 -
CMYK 0 0.03 0.24 0.30
HSL 53.02º 0.22% 0.62% -
HSV(B) 53.02º 0.24% 0.7% -
XYZ 38.17 41.63 29.32 -
YUV 171.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 179 174 136 0 0.03 0.24 0.30 53.02 0.22 0.62
Hex B3 AE 88 0 3 18 1E 35 16 3E
Octal 263 256 210 0 3 30 36 65 26 76
Binary 10110011 10101110 10001000 0 11 11000 11110 110101 10110 111110

Color Harmonies of #B3AE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AE88

Black with #B3AE88

Text Example


Text Example

White with #B3AE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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