Html Css Color HEX #EBB8B4 Beauty Bush

📋 copy color: '#EBB8B4'

red 235 ◦ green 184 ◦ blue 180

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

Shades of Beauty Bush #EBB8B4

Tints of Beauty Bush #EBB8B4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.72%

 BLUE value IS 180 (70.7% from 255) = 30.05%

R = 39.23%
G = 30.72%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EBB8B4 (or 0xEBB8B4) is known color: Beauty Bush. HEX triplet: EB, B8 and B4. RGB value is (235,184,180). Sum of RGB (Red+Green+Blue) = 235+184+180=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 180 (70.70% from 255 or 30.05% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8B4 is #14474B. Grayscale: #C6C6C6. Windows color (decimal): -1328972 or 11843819. OLE color: 11843819.

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

Color convert

RGB 235 184 180 -
CMYK 0 0.22 0.23 0.08
HSL 4.36º 0.58% 0.81% -
HSV(B) 4.36º 0.23% 0.92% -
XYZ 59.64 55.24 50.7 -
YUV 198.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 235 184 180 0 0.22 0.23 0.08 4.36 0.58 0.81
Hex EB B8 B4 0 16 17 8 4 3A 51
Octal 353 270 264 0 26 27 10 4 72 121
Binary 11101011 10111000 10110100 0 10110 10111 1000 100 111010 1010001

Color Harmonies of #EBB8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB8B4

Black with #EBB8B4

Text Example


Text Example

White with #EBB8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB8B4; }

 p { color: rgb(235,184,180); }

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

background-color css

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

 a { background-color: rgb(235,184,180); }

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

border-color css

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

 span { border-color: rgb(235,184,180); }

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