Html Css Color HEX #BBAE8C Chino

📋 copy color: '#BBAE8C'

red 187 ◦ green 174 ◦ blue 140

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

Shades of Chino #BBAE8C

Tints of Chino #BBAE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 37.33%
G = 34.73%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBAE8C (or 0xBBAE8C) is known color: Chino. HEX triplet: BB, AE and 8C. RGB value is (187,174,140). Sum of RGB (Red+Green+Blue) = 187+174+140=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE8C is #445173. Grayscale: #AEAEAE. Windows color (decimal): -4477300 or 9219771. OLE color: 9219771.

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

Color convert

RGB 187 174 140 -
CMYK 0 0.07 0.25 0.27
HSL 43.4º 0.26% 0.64% -
HSV(B) 43.4º 0.25% 0.73% -
XYZ 40.36 42.73 30.93 -
YUV 174.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 187 174 140 0 0.07 0.25 0.27 43.4 0.26 0.64
Hex BB AE 8C 0 7 19 1B 2B 1A 40
Octal 273 256 214 0 7 31 33 53 32 100
Binary 10111011 10101110 10001100 0 111 11001 11011 101011 11010 1000000

Color Harmonies of #BBAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE8C

Black with #BBAE8C

Text Example


Text Example

White with #BBAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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