Html Css Color HEX #BBA674 Ecru

📋 copy color: '#BBA674'

red 187 ◦ green 166 ◦ blue 116

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

Shades of Ecru #BBA674

Tints of Ecru #BBA674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.39%

 BLUE value IS 116 (45.7% from 255) = 24.73%

R = 39.87%
G = 35.39%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BBA674 (or 0xBBA674) is known color: Ecru. HEX triplet: BB, A6 and 74. RGB value is (187,166,116). Sum of RGB (Red+Green+Blue) = 187+166+116=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA674 is #44598B. Grayscale: #A6A6A6. Windows color (decimal): -4479372 or 7644859. OLE color: 7644859.

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

Color convert

RGB 187 166 116 -
CMYK 0 0.11 0.38 0.27
HSL 42.25º 0.34% 0.59% -
HSV(B) 42.25º 0.38% 0.73% -
XYZ 37.28 39.1 22.1 -
YUV 166.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 187 166 116 0 0.11 0.38 0.27 42.25 0.34 0.59
Hex BB A6 74 0 B 26 1B 2A 22 3B
Octal 273 246 164 0 13 46 33 52 42 73
Binary 10111011 10100110 1110100 0 1011 100110 11011 101010 100010 111011

Color Harmonies of #BBA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA674

Black with #BBA674

Text Example


Text Example

White with #BBA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA674; }

 p { color: rgb(187,166,116); }

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

background-color css

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

 a { background-color: rgb(187,166,116); }

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

border-color css

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

 span { border-color: rgb(187,166,116); }

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