Html Css Color HEX #BBAE86 Chino

📋 copy color: '#BBAE86'

red 187 ◦ green 174 ◦ blue 134

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

Shades of Chino #BBAE86

Tints of Chino #BBAE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.07%

R = 37.78%
G = 35.15%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BBAE86 (or 0xBBAE86) is known color: Chino. HEX triplet: BB, AE and 86. RGB value is (187,174,134). Sum of RGB (Red+Green+Blue) = 187+174+134=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE86 is #445179. Grayscale: #ADADAD. Windows color (decimal): -4477306 or 8826555. OLE color: 8826555.

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

Color convert

RGB 187 174 134 -
CMYK 0 0.07 0.28 0.27
HSL 45.28º 0.28% 0.63% -
HSV(B) 45.28º 0.28% 0.73% -
XYZ 39.93 42.56 28.66 -
YUV 173.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 187 174 134 0 0.07 0.28 0.27 45.28 0.28 0.63
Hex BB AE 86 0 7 1C 1B 2D 1C 3F
Octal 273 256 206 0 7 34 33 55 34 77
Binary 10111011 10101110 10000110 0 111 11100 11011 101101 11100 111111

Color Harmonies of #BBAE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE86

Black with #BBAE86

Text Example


Text Example

White with #BBAE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE86; }

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

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

background-color css

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

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

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

border-color css

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

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

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