Html Css Color HEX #BBA974 Ecru

📋 copy color: '#BBA974'

red 187 ◦ green 169 ◦ blue 116

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

Shades of Ecru #BBA974

Tints of Ecru #BBA974

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.81%

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

R = 39.62%
G = 35.81%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BBA974 (or 0xBBA974) is known color: Ecru. HEX triplet: BB, A9 and 74. RGB value is (187,169,116). Sum of RGB (Red+Green+Blue) = 187+169+116=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA974 is #44568B. Grayscale: #A8A8A8. Windows color (decimal): -4478604 or 7645627. OLE color: 7645627.

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

Color convert

RGB 187 169 116 -
CMYK 0 0.10 0.38 0.27
HSL 44.79º 0.34% 0.59% -
HSV(B) 44.79º 0.38% 0.73% -
XYZ 37.83 40.2 22.29 -
YUV 168.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 187 169 116 0 0.10 0.38 0.27 44.79 0.34 0.59
Hex BB A9 74 0 A 26 1B 2D 22 3B
Octal 273 251 164 0 12 46 33 55 42 73
Binary 10111011 10101001 1110100 0 1010 100110 11011 101101 100010 111011

Color Harmonies of #BBA974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA974

Black with #BBA974

Text Example


Text Example

White with #BBA974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA974; }

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

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

background-color css

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

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

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

border-color css

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

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

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