Html Css Color HEX #BBA675 Ecru

📋 copy color: '#BBA675'

red 187 ◦ green 166 ◦ blue 117

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

Shades of Ecru #BBA675

Tints of Ecru #BBA675

RGB

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

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

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

R = 39.79%
G = 35.32%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBA675 (or 0xBBA675) is known color: Ecru. HEX triplet: BB, A6 and 75. RGB value is (187,166,117). Sum of RGB (Red+Green+Blue) = 187+166+117=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA675 is #44598A. Grayscale: #A6A6A6. Windows color (decimal): -4479371 or 7710395. OLE color: 7710395.

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

Color convert

RGB 187 166 117 -
CMYK 0 0.11 0.37 0.27
HSL 42º 0.34% 0.6% -
HSV(B) 42º 0.37% 0.73% -
XYZ 37.34 39.12 22.41 -
YUV 166.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 187 166 117 0 0.11 0.37 0.27 42 0.34 0.6
Hex BB A6 75 0 B 25 1B 2A 22 3C
Octal 273 246 165 0 13 45 33 52 42 74
Binary 10111011 10100110 1110101 0 1011 100101 11011 101010 100010 111100

Color Harmonies of #BBA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA675

Black with #BBA675

Text Example


Text Example

White with #BBA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA675; }

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

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

background-color css

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

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

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

border-color css

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

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

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