Html Css Color HEX #BBAA7B Ecru

📋 copy color: '#BBAA7B'

red 187 ◦ green 170 ◦ blue 123

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

Shades of Ecru #BBAA7B

Tints of Ecru #BBAA7B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.42%

 BLUE value IS 123 (48.44% from 255) = 25.63%

R = 38.96%
G = 35.42%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBAA7B (or 0xBBAA7B) is known color: Ecru. HEX triplet: BB, AA and 7B. RGB value is (187,170,123). Sum of RGB (Red+Green+Blue) = 187+170+123=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA7B is #445584. Grayscale: #A9A9A9. Windows color (decimal): -4478341 or 8104635. OLE color: 8104635.

HSL color Cylindrical-coordinate representation of color #BBAA7B: hue angle of 44.06º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBAA7B is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 123 -
CMYK 0 0.09 0.34 0.27
HSL 44.06º 0.32% 0.61% -
HSV(B) 44.06º 0.34% 0.73% -
XYZ 38.44 40.74 24.58 -
YUV 169.73 101.63 140.32 -
System Red Green Blue C M Y K H S L
Decimal 187 170 123 0 0.09 0.34 0.27 44.06 0.32 0.61
Hex BB AA 7B 0 9 22 1B 2C 20 3D
Octal 273 252 173 0 11 42 33 54 40 75
Binary 10111011 10101010 1111011 0 1001 100010 11011 101100 100000 111101

Color Harmonies of #BBAA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA7B

Black with #BBAA7B

Text Example


Text Example

White with #BBAA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA7B; }

 p { color: rgb(187,170,123); }

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

background-color css

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

 a { background-color: rgb(187,170,123); }

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

border-color css

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

 span { border-color: rgb(187,170,123); }

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