Html Css Color HEX #BBAC7E Ecru

📋 copy color: '#BBAC7E'

red 187 ◦ green 172 ◦ blue 126

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

Shades of Ecru #BBAC7E

Tints of Ecru #BBAC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.98%

R = 38.56%
G = 35.46%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBAC7E (or 0xBBAC7E) is known color: Ecru. HEX triplet: BB, AC and 7E. RGB value is (187,172,126). Sum of RGB (Red+Green+Blue) = 187+172+126=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC7E is #445381. Grayscale: #ABABAB. Windows color (decimal): -4477826 or 8301755. OLE color: 8301755.

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

Color convert

RGB 187 172 126 -
CMYK 0 0.08 0.33 0.27
HSL 45.25º 0.31% 0.61% -
HSV(B) 45.25º 0.33% 0.73% -
XYZ 39.01 41.58 25.71 -
YUV 171.24 102.47 139.24 -
System Red Green Blue C M Y K H S L
Decimal 187 172 126 0 0.08 0.33 0.27 45.25 0.31 0.61
Hex BB AC 7E 0 8 21 1B 2D 1F 3D
Octal 273 254 176 0 10 41 33 55 37 75
Binary 10111011 10101100 1111110 0 1000 100001 11011 101101 11111 111101

Color Harmonies of #BBAC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC7E

Black with #BBAC7E

Text Example


Text Example

White with #BBAC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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