Html Css Color HEX #BBAB74 Ecru

📋 copy color: '#BBAB74'

red 187 ◦ green 171 ◦ blue 116

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

Shades of Ecru #BBAB74

Tints of Ecru #BBAB74

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.08%

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

R = 39.45%
G = 36.08%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BBAB74 (or 0xBBAB74) is known color: Ecru. HEX triplet: BB, AB and 74. RGB value is (187,171,116). Sum of RGB (Red+Green+Blue) = 187+171+116=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB74 is #44548B. Grayscale: #A9A9A9. Windows color (decimal): -4478092 or 7646139. OLE color: 7646139.

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

Color convert

RGB 187 171 116 -
CMYK 0 0.09 0.38 0.27
HSL 46.48º 0.34% 0.59% -
HSV(B) 46.48º 0.38% 0.73% -
XYZ 38.21 40.95 22.41 -
YUV 169.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 187 171 116 0 0.09 0.38 0.27 46.48 0.34 0.59
Hex BB AB 74 0 9 26 1B 2E 22 3B
Octal 273 253 164 0 11 46 33 56 42 73
Binary 10111011 10101011 1110100 0 1001 100110 11011 101110 100010 111011

Color Harmonies of #BBAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB74

Black with #BBAB74

Text Example


Text Example

White with #BBAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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