Html Css Color HEX #EFBCBB Beauty Bush

📋 copy color: '#EFBCBB'

red 239 ◦ green 188 ◦ blue 187

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

Shades of Beauty Bush #EFBCBB

Tints of Beauty Bush #EFBCBB

RGB

 RED value IS 239 (93.75% from 255) = 38.93%

 GREEN value IS 188 (73.83% from 255) = 30.62%

 BLUE value IS 187 (73.44% from 255) = 30.46%

R = 38.93%
G = 30.62%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFBCBB (or 0xEFBCBB) is known color: Beauty Bush. HEX triplet: EF, BC and BB. RGB value is (239,188,187). Sum of RGB (Red+Green+Blue) = 239+188+187=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCBB is #104344. Grayscale: #CBCBCB. Windows color (decimal): -1065797 or 12303599. OLE color: 12303599.

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

Color convert

RGB 239 188 187 -
CMYK 0 0.21 0.22 0.06
HSL 1.15º 0.62% 0.84% -
HSV(B) 1.15º 0.22% 0.94% -
XYZ 62.55 57.91 54.89 -
YUV 203.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 239 188 187 0 0.21 0.22 0.06 1.15 0.62 0.84
Hex EF BC BB 0 15 16 6 1 3E 54
Octal 357 274 273 0 25 26 6 1 76 124
Binary 11101111 10111100 10111011 0 10101 10110 110 1 111110 1010100

Color Harmonies of #EFBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCBB

Black with #EFBCBB

Text Example


Text Example

White with #EFBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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