Html Css Color HEX #BBAE8B Chino

📋 copy color: '#BBAE8B'

red 187 ◦ green 174 ◦ blue 139

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

Shades of Chino #BBAE8B

Tints of Chino #BBAE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.8%

R = 37.4%
G = 34.8%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBAE8B (or 0xBBAE8B) is known color: Chino. HEX triplet: BB, AE and 8B. RGB value is (187,174,139). Sum of RGB (Red+Green+Blue) = 187+174+139=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE8B is #445174. Grayscale: #AEAEAE. Windows color (decimal): -4477301 or 9154235. OLE color: 9154235.

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

Color convert

RGB 187 174 139 -
CMYK 0 0.07 0.26 0.27
HSL 43.75º 0.26% 0.64% -
HSV(B) 43.75º 0.26% 0.73% -
XYZ 40.29 42.7 30.54 -
YUV 173.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 187 174 139 0 0.07 0.26 0.27 43.75 0.26 0.64
Hex BB AE 8B 0 7 1A 1B 2C 1A 40
Octal 273 256 213 0 7 32 33 54 32 100
Binary 10111011 10101110 10001011 0 111 11010 11011 101100 11010 1000000

Color Harmonies of #BBAE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE8B

Black with #BBAE8B

Text Example


Text Example

White with #BBAE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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