Html Css Color HEX #BBAE7C Ecru

📋 copy color: '#BBAE7C'

red 187 ◦ green 174 ◦ blue 124

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

Shades of Ecru #BBAE7C

Tints of Ecru #BBAE7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.57%

R = 38.56%
G = 35.88%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBAE7C (or 0xBBAE7C) is known color: Ecru. HEX triplet: BB, AE and 7C. RGB value is (187,174,124). Sum of RGB (Red+Green+Blue) = 187+174+124=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE7C is #445183. Grayscale: #ACACAC. Windows color (decimal): -4477316 or 8171195. OLE color: 8171195.

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

Color convert

RGB 187 174 124 -
CMYK 0 0.07 0.34 0.27
HSL 47.62º 0.32% 0.61% -
HSV(B) 47.62º 0.34% 0.73% -
XYZ 39.27 42.29 25.16 -
YUV 172.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 187 174 124 0 0.07 0.34 0.27 47.62 0.32 0.61
Hex BB AE 7C 0 7 22 1B 30 20 3D
Octal 273 256 174 0 7 42 33 60 40 75
Binary 10111011 10101110 1111100 0 111 100010 11011 110000 100000 111101

Color Harmonies of #BBAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE7C

Black with #BBAE7C

Text Example


Text Example

White with #BBAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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