Html Css Color HEX #BBB17A Ecru

📋 copy color: '#BBB17A'

red 187 ◦ green 177 ◦ blue 122

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

Shades of Ecru #BBB17A

Tints of Ecru #BBB17A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.42%

 BLUE value IS 122 (48.05% from 255) = 25.1%

R = 38.48%
G = 36.42%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BBB17A (or 0xBBB17A) is known color: Ecru. HEX triplet: BB, B1 and 7A. RGB value is (187,177,122). Sum of RGB (Red+Green+Blue) = 187+177+122=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB17A is #444E85. Grayscale: #ADADAD. Windows color (decimal): -4476550 or 8040891. OLE color: 8040891.

HSL color Cylindrical-coordinate representation of color #BBB17A: hue angle of 50.77º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBB17A is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 122 -
CMYK 0 0.05 0.35 0.27
HSL 50.77º 0.32% 0.61% -
HSV(B) 50.77º 0.35% 0.73% -
XYZ 39.73 43.41 24.7 -
YUV 173.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 187 177 122 0 0.05 0.35 0.27 50.77 0.32 0.61
Hex BB B1 7A 0 5 23 1B 33 20 3D
Octal 273 261 172 0 5 43 33 63 40 75
Binary 10111011 10110001 1111010 0 101 100011 11011 110011 100000 111101

Color Harmonies of #BBB17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB17A

Black with #BBB17A

Text Example


Text Example

White with #BBB17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB17A; }

 p { color: rgb(187,177,122); }

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

background-color css

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

 a { background-color: rgb(187,177,122); }

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

border-color css

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

 span { border-color: rgb(187,177,122); }

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