#EFBCB6

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

Shades of Beauty Bush #EFBCB6

Tints of Beauty Bush #EFBCB6

Color information

#EFBCB6 (or 0xEFBCB6) is unknown color: approx Beauty Bush. HEX triplet: EF, BC and B6. RGB value is (239,188,182). Sum of RGB (Red+Green+Blue) = 239+188+182=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCB6 is #104349. Grayscale: #CACACA. Windows color (decimal): -1065802 or 11975919. OLE color: 11975919.

HSL color Cylindrical-coordinate representation of color #EFBCB6: hue angle of 6.32º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFBCB6 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239188182-
CMYK00.210.240.06
HSL6.32º64.04%82.55%-
HSV(B)6.32º23.85%93.73%-
XYZ62.0257.6952.12-
YUV202.56116.4153.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 188 (73.83% from 255) = 30.87%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=39.24%
G=30.87%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918818200.210.240.066.3264.0482.55
HexEFBCB601518664053
Octal3572742660253066100123
Binary1110111110111100101101100101011100011011010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCB6; }

 p { color: rgb(239,188,182); }

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

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

 a { background-color: rgb(239,188,182); }

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

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

 span { border-color: rgb(239,188,182); }

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