Html Css Color HEX #BBAE88 Chino

📋 copy color: '#BBAE88'

red 187 ◦ green 174 ◦ blue 136

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

Shades of Chino #BBAE88

Tints of Chino #BBAE88

RGB

 RED value IS 187 (73.44% from 255) = 37.63%

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

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

R = 37.63%
G = 35.01%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BBAE88 (or 0xBBAE88) is known color: Chino. HEX triplet: BB, AE and 88. RGB value is (187,174,136). Sum of RGB (Red+Green+Blue) = 187+174+136=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE88 is #445177. Grayscale: #ADADAD. Windows color (decimal): -4477304 or 8957627. OLE color: 8957627.

HSL color Cylindrical-coordinate representation of color #BBAE88: hue angle of 44.71º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAE88 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 136 -
CMYK 0 0.07 0.27 0.27
HSL 44.71º 0.27% 0.63% -
HSV(B) 44.71º 0.27% 0.73% -
XYZ 40.07 42.61 29.41 -
YUV 173.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 187 174 136 0 0.07 0.27 0.27 44.71 0.27 0.63
Hex BB AE 88 0 7 1B 1B 2D 1B 3F
Octal 273 256 210 0 7 33 33 55 33 77
Binary 10111011 10101110 10001000 0 111 11011 11011 101101 11011 111111

Color Harmonies of #BBAE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE88

Black with #BBAE88

Text Example


Text Example

White with #BBAE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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