Html Css Color HEX #EBB0AF Beauty Bush

📋 copy color: '#EBB0AF'

red 235 ◦ green 176 ◦ blue 175

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

Shades of Beauty Bush #EBB0AF

Tints of Beauty Bush #EBB0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.03%

 BLUE value IS 175 (68.75% from 255) = 29.86%

R = 40.1%
G = 30.03%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBB0AF (or 0xEBB0AF) is known color: Beauty Bush. HEX triplet: EB, B0 and AF. RGB value is (235,176,175). Sum of RGB (Red+Green+Blue) = 235+176+175=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0AF is #144F50. Grayscale: #C1C1C1. Windows color (decimal): -1331025 or 11514091. OLE color: 11514091.

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

Color convert

RGB 235 176 175 -
CMYK 0 0.25 0.26 0.08
HSL 0.6% 0.8% -
HSV(B) 0.26% 0.92% -
XYZ 57.52 51.81 47.53 -
YUV 193.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 235 176 175 0 0.25 0.26 0.08 1 0.6 0.8
Hex EB B0 AF 0 19 1A 8 1 3C 50
Octal 353 260 257 0 31 32 10 1 74 120
Binary 11101011 10110000 10101111 0 11001 11010 1000 1 111100 1010000

Color Harmonies of #EBB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0AF

Black with #EBB0AF

Text Example


Text Example

White with #EBB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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