Html Css Color HEX #EBB4AF Beauty Bush

📋 copy color: '#EBB4AF'

red 235 ◦ green 180 ◦ blue 175

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

Shades of Beauty Bush #EBB4AF

Tints of Beauty Bush #EBB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.51%

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

R = 39.83%
G = 30.51%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EBB4AF (or 0xEBB4AF) is known color: Beauty Bush. HEX triplet: EB, B4 and AF. RGB value is (235,180,175). Sum of RGB (Red+Green+Blue) = 235+180+175=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB4AF is #144B50. Grayscale: #C3C3C3. Windows color (decimal): -1330001 or 11515115. OLE color: 11515115.

HSL color Cylindrical-coordinate representation of color #EBB4AF: hue angle of 5º 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 #EBB4AF is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 180 175 -
CMYK 0 0.23 0.26 0.08
HSL 0.6% 0.8% -
HSV(B) 0.26% 0.92% -
XYZ 58.32 53.4 47.79 -
YUV 195.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 235 180 175 0 0.23 0.26 0.08 5 0.6 0.8
Hex EB B4 AF 0 17 1A 8 5 3C 50
Octal 353 264 257 0 27 32 10 5 74 120
Binary 11101011 10110100 10101111 0 10111 11010 1000 101 111100 1010000

Color Harmonies of #EBB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4AF

Black with #EBB4AF

Text Example


Text Example

White with #EBB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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