Html Css Color HEX #BBAE8D Chino

📋 copy color: '#BBAE8D'

red 187 ◦ green 174 ◦ blue 141

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

Shades of Chino #BBAE8D

Tints of Chino #BBAE8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 37.25%
G = 34.66%
B = 28.09%

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

#BBAE8D (or 0xBBAE8D) is known color: Chino. HEX triplet: BB, AE and 8D. RGB value is (187,174,141). Sum of RGB (Red+Green+Blue) = 187+174+141=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE8D is #445172. Grayscale: #AEAEAE. Windows color (decimal): -4477299 or 9285307. OLE color: 9285307.

HSL color Cylindrical-coordinate representation of color #BBAE8D: hue angle of 43.04º degrees, saturation: 0.25, 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 #BBAE8D is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 141 -
CMYK 0 0.07 0.25 0.27
HSL 43.04º 0.25% 0.64% -
HSV(B) 43.04º 0.25% 0.73% -
XYZ 40.44 42.76 31.32 -
YUV 174.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 187 174 141 0 0.07 0.25 0.27 43.04 0.25 0.64
Hex BB AE 8D 0 7 19 1B 2B 19 40
Octal 273 256 215 0 7 31 33 53 31 100
Binary 10111011 10101110 10001101 0 111 11001 11011 101011 11001 1000000

Color Harmonies of #BBAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE8D

Black with #BBAE8D

Text Example


Text Example

White with #BBAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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