Html Css Color HEX #BBA975 Ecru

📋 copy color: '#BBA975'

red 187 ◦ green 169 ◦ blue 117

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

Shades of Ecru #BBA975

Tints of Ecru #BBA975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 39.53%
G = 35.73%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBA975 (or 0xBBA975) is known color: Ecru. HEX triplet: BB, A9 and 75. RGB value is (187,169,117). Sum of RGB (Red+Green+Blue) = 187+169+117=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA975 is #44568A. Grayscale: #A8A8A8. Windows color (decimal): -4478603 or 7711163. OLE color: 7711163.

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

Color convert

RGB 187 169 117 -
CMYK 0 0.10 0.37 0.27
HSL 44.57º 0.34% 0.6% -
HSV(B) 44.57º 0.37% 0.73% -
XYZ 37.89 40.23 22.6 -
YUV 168.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 187 169 117 0 0.10 0.37 0.27 44.57 0.34 0.6
Hex BB A9 75 0 A 25 1B 2D 22 3C
Octal 273 251 165 0 12 45 33 55 42 74
Binary 10111011 10101001 1110101 0 1010 100101 11011 101101 100010 111100

Color Harmonies of #BBA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA975

Black with #BBA975

Text Example


Text Example

White with #BBA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA975; }

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

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

background-color css

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

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

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

border-color css

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

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

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