#BBB27B

Color #BBB27B Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #BBB27B

Tints of Ecru #BBB27B

Color information

#BBB27B (or 0xBBB27B) is unknown color: approx Ecru. HEX triplet: BB, B2 and 7B. RGB value is (187,178,123). Sum of RGB (Red+Green+Blue) = 187+178+123=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB27B is #444D84. Grayscale: #AEAEAE. Windows color (decimal): -4476293 or 8106683. OLE color: 8106683.

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

Color convert

RGB187178123-
CMYK00.050.340.27
HSL51.56º32%60.78%-
HSV(B)51.56º34.22%73.33%-
XYZ39.9943.8425.09-
YUV174.4298.98136.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 178 (69.92% from 255) = 36.48%
BLUE value IS 123 (48.44% from 255) = 25.20%
R=38.32%
G=36.48%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717812300.050.340.2751.563260.78
HexBBB27B05221B34203d
Octal273262173054233644075
Binary10111011101100101111011010110001011011110100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB27B; }

 p { color: rgb(187,178,123); }

 H1.HeaderClassName
 {
   color: #BBB27B;
 }
 .AnyTagClassName
 {
   color: #BBB27B;
 }
</style>
background-color css

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

 a { background-color: rgb(187,178,123); }

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

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

 span { border-color: rgb(187,178,123); }

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