Html Css Color HEX #EBC0BB Beauty Bush

📋 copy color: '#EBC0BB'

red 235 ◦ green 192 ◦ blue 187

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

Shades of Beauty Bush #EBC0BB

Tints of Beauty Bush #EBC0BB

RGB

 RED value IS 235 (92.19% from 255) = 38.27%

 GREEN value IS 192 (75.39% from 255) = 31.27%

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

R = 38.27%
G = 31.27%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBC0BB (or 0xEBC0BB) is known color: Beauty Bush. HEX triplet: EB, C0 and BB. RGB value is (235,192,187). Sum of RGB (Red+Green+Blue) = 235+192+187=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0BB is #143F44. Grayscale: #CCCCCC. Windows color (decimal): -1326917 or 12304619. OLE color: 12304619.

HSL color Cylindrical-coordinate representation of color #EBC0BB: hue angle of 6.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC0BB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 187 -
CMYK 0 0.18 0.20 0.08
HSL 6.25º 0.55% 0.83% -
HSV(B) 6.25º 0.2% 0.92% -
XYZ 62.08 58.95 55.12 -
YUV 204.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 235 192 187 0 0.18 0.20 0.08 6.25 0.55 0.83
Hex EB C0 BB 0 12 14 8 6 37 53
Octal 353 300 273 0 22 24 10 6 67 123
Binary 11101011 11000000 10111011 0 10010 10100 1000 110 110111 1010011

Color Harmonies of #EBC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC0BB

Black with #EBC0BB

Text Example


Text Example

White with #EBC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC0BB; }

 p { color: rgb(235,192,187); }

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

background-color css

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

 a { background-color: rgb(235,192,187); }

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

border-color css

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

 span { border-color: rgb(235,192,187); }

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