Html Css Color HEX #B8AE88 Chino

📋 copy color: '#B8AE88'

red 184 ◦ green 174 ◦ blue 136

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

Shades of Chino #B8AE88

Tints of Chino #B8AE88

RGB

 RED value IS 184 (72.27% from 255) = 37.25%

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

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

R = 37.25%
G = 35.22%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B8AE88 (or 0xB8AE88) is known color: Chino. HEX triplet: B8, AE and 88. RGB value is (184,174,136). Sum of RGB (Red+Green+Blue) = 184+174+136=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AE88 is #475177. Grayscale: #ACACAC. Windows color (decimal): -4673912 or 8957624. OLE color: 8957624.

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

Color convert

RGB 184 174 136 -
CMYK 0 0.05 0.26 0.28
HSL 47.5º 0.25% 0.63% -
HSV(B) 47.5º 0.26% 0.72% -
XYZ 39.35 42.24 29.37 -
YUV 172.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 184 174 136 0 0.05 0.26 0.28 47.5 0.25 0.63
Hex B8 AE 88 0 5 1A 1C 30 19 3F
Octal 270 256 210 0 5 32 34 60 31 77
Binary 10111000 10101110 10001000 0 101 11010 11100 110000 11001 111111

Color Harmonies of #B8AE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AE88

Black with #B8AE88

Text Example


Text Example

White with #B8AE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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