Html Css Color HEX #BBAC7C Ecru

📋 copy color: '#BBAC7C'

red 187 ◦ green 172 ◦ blue 124

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

Shades of Ecru #BBAC7C

Tints of Ecru #BBAC7C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

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

R = 38.72%
G = 35.61%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBAC7C (or 0xBBAC7C) is known color: Ecru. HEX triplet: BB, AC and 7C. RGB value is (187,172,124). Sum of RGB (Red+Green+Blue) = 187+172+124=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC7C is #445383. Grayscale: #ABABAB. Windows color (decimal): -4477828 or 8170683. OLE color: 8170683.

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

Color convert

RGB 187 172 124 -
CMYK 0 0.08 0.34 0.27
HSL 45.71º 0.32% 0.61% -
HSV(B) 45.71º 0.34% 0.73% -
XYZ 38.88 41.53 25.03 -
YUV 171.01 101.47 139.4 -
System Red Green Blue C M Y K H S L
Decimal 187 172 124 0 0.08 0.34 0.27 45.71 0.32 0.61
Hex BB AC 7C 0 8 22 1B 2E 20 3D
Octal 273 254 174 0 10 42 33 56 40 75
Binary 10111011 10101100 1111100 0 1000 100010 11011 101110 100000 111101

Color Harmonies of #BBAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC7C

Black with #BBAC7C

Text Example


Text Example

White with #BBAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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