Html Css Color HEX #BBAC7B Ecru

📋 copy color: '#BBAC7B'

red 187 ◦ green 172 ◦ blue 123

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

Shades of Ecru #BBAC7B

Tints of Ecru #BBAC7B

RGB

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

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

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

R = 38.8%
G = 35.68%
B = 25.52%

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

#BBAC7B (or 0xBBAC7B) is known color: Ecru. HEX triplet: BB, AC and 7B. RGB value is (187,172,123). Sum of RGB (Red+Green+Blue) = 187+172+123=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC7B is #445384. Grayscale: #ABABAB. Windows color (decimal): -4477829 or 8105147. OLE color: 8105147.

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

Color convert

RGB 187 172 123 -
CMYK 0 0.08 0.34 0.27
HSL 45.94º 0.32% 0.61% -
HSV(B) 45.94º 0.34% 0.73% -
XYZ 38.82 41.5 24.7 -
YUV 170.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 187 172 123 0 0.08 0.34 0.27 45.94 0.32 0.61
Hex BB AC 7B 0 8 22 1B 2E 20 3D
Octal 273 254 173 0 10 42 33 56 40 75
Binary 10111011 10101100 1111011 0 1000 100010 11011 101110 100000 111101

Color Harmonies of #BBAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC7B

Black with #BBAC7B

Text Example


Text Example

White with #BBAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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