Html Css Color HEX #BBAE8A Chino

📋 copy color: '#BBAE8A'

red 187 ◦ green 174 ◦ blue 138

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

Shades of Chino #BBAE8A

Tints of Chino #BBAE8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.66%

R = 37.47%
G = 34.87%
B = 27.66%

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

#BBAE8A (or 0xBBAE8A) is known color: Chino. HEX triplet: BB, AE and 8A. RGB value is (187,174,138). Sum of RGB (Red+Green+Blue) = 187+174+138=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE8A is #445175. Grayscale: #ADADAD. Windows color (decimal): -4477302 or 9088699. OLE color: 9088699.

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

Color convert

RGB 187 174 138 -
CMYK 0 0.07 0.26 0.27
HSL 44.08º 0.26% 0.64% -
HSV(B) 44.08º 0.26% 0.73% -
XYZ 40.22 42.67 30.16 -
YUV 173.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 187 174 138 0 0.07 0.26 0.27 44.08 0.26 0.64
Hex BB AE 8A 0 7 1A 1B 2C 1A 40
Octal 273 256 212 0 7 32 33 54 32 100
Binary 10111011 10101110 10001010 0 111 11010 11011 101100 11010 1000000

Color Harmonies of #BBAE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE8A

Black with #BBAE8A

Text Example


Text Example

White with #BBAE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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