Html Css Color HEX #BBB17F Ecru

📋 copy color: '#BBB17F'

red 187 ◦ green 177 ◦ blue 127

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

Shades of Ecru #BBB17F

Tints of Ecru #BBB17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.87%

R = 38.09%
G = 36.05%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBB17F (or 0xBBB17F) is known color: Ecru. HEX triplet: BB, B1 and 7F. RGB value is (187,177,127). Sum of RGB (Red+Green+Blue) = 187+177+127=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB17F is #444E80. Grayscale: #AEAEAE. Windows color (decimal): -4476545 or 8368571. OLE color: 8368571.

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

Color convert

RGB 187 177 127 -
CMYK 0 0.05 0.32 0.27
HSL 50º 0.31% 0.62% -
HSV(B) 50º 0.32% 0.73% -
XYZ 40.05 43.54 26.37 -
YUV 174.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 187 177 127 0 0.05 0.32 0.27 50 0.31 0.62
Hex BB B1 7F 0 5 20 1B 32 1F 3E
Octal 273 261 177 0 5 40 33 62 37 76
Binary 10111011 10110001 1111111 0 101 100000 11011 110010 11111 111110

Color Harmonies of #BBB17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB17F

Black with #BBB17F

Text Example


Text Example

White with #BBB17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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