#EFBBB3

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

Shades of Beauty Bush #EFBBB3

Tints of Beauty Bush #EFBBB3

Color information

#EFBBB3 (or 0xEFBBB3) is unknown color: approx Beauty Bush. HEX triplet: EF, BB and B3. RGB value is (239,187,179). Sum of RGB (Red+Green+Blue) = 239+187+179=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBB3 is #10444C. Grayscale: #C9C9C9. Windows color (decimal): -1066061 or 11779055. OLE color: 11779055.

HSL color Cylindrical-coordinate representation of color #EFBBB3: hue angle of 8º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFBBB3 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239187179-
CMYK00.220.250.06
HSL65.22%81.96%-
HSV(B)25.1%93.73%-
XYZ61.557.1550.44-
YUV201.64115.23154.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 179 (70.31% from 255) = 29.59%
R=39.50%
G=30.91%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918717900.220.250.06865.2281.96
HexEFBBB301619684152
Octal35727326302631610101122
Binary11101111101110111011001101011011001110100010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBB3; }

 p { color: rgb(239,187,179); }

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

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

 a { background-color: rgb(239,187,179); }

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

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

 span { border-color: rgb(239,187,179); }

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