Html Css Color HEX #EBB7B0 Beauty Bush

📋 copy color: '#EBB7B0'

red 235 ◦ green 183 ◦ blue 176

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

Shades of Beauty Bush #EBB7B0

Tints of Beauty Bush #EBB7B0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.81%

 BLUE value IS 176 (69.14% from 255) = 29.63%

R = 39.56%
G = 30.81%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EBB7B0 (or 0xEBB7B0) is known color: Beauty Bush. HEX triplet: EB, B7 and B0. RGB value is (235,183,176). Sum of RGB (Red+Green+Blue) = 235+183+176=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB7B0 is #14484F. Grayscale: #C5C5C5. Windows color (decimal): -1329232 or 11581419. OLE color: 11581419.

HSL color Cylindrical-coordinate representation of color #EBB7B0: hue angle of 7.12º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB7B0 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 183 176 -
CMYK 0 0.22 0.25 0.08
HSL 7.12º 0.6% 0.81% -
HSV(B) 7.12º 0.25% 0.92% -
XYZ 59.03 54.66 48.51 -
YUV 197.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 235 183 176 0 0.22 0.25 0.08 7.12 0.6 0.81
Hex EB B7 B0 0 16 19 8 7 3C 51
Octal 353 267 260 0 26 31 10 7 74 121
Binary 11101011 10110111 10110000 0 10110 11001 1000 111 111100 1010001

Color Harmonies of #EBB7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB7B0

Black with #EBB7B0

Text Example


Text Example

White with #EBB7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB7B0; }

 p { color: rgb(235,183,176); }

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

background-color css

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

 a { background-color: rgb(235,183,176); }

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

border-color css

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

 span { border-color: rgb(235,183,176); }

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