Html Css Color HEX #E6B0AF Beauty Bush

📋 copy color: '#E6B0AF'

red 230 ◦ green 176 ◦ blue 175

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

Shades of Beauty Bush #E6B0AF

Tints of Beauty Bush #E6B0AF

RGB

 RED value IS 230 (90.23% from 255) = 39.59%

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

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

R = 39.59%
G = 30.29%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E6B0AF (or 0xE6B0AF) is known color: Beauty Bush. HEX triplet: E6, B0 and AF. RGB value is (230,176,175). Sum of RGB (Red+Green+Blue) = 230+176+175=581 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.59% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B0AF is #194F50. Grayscale: #C0C0C0. Windows color (decimal): -1658705 or 11514086. OLE color: 11514086.

HSL color Cylindrical-coordinate representation of color #E6B0AF: hue angle of 1.09º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6B0AF is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 176 175 -
CMYK 0 0.23 0.24 0.10
HSL 1.09º 0.52% 0.79% -
HSV(B) 1.09º 0.24% 0.9% -
XYZ 55.9 50.97 47.45 -
YUV 192.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 230 176 175 0 0.23 0.24 0.10 1.09 0.52 0.79
Hex E6 B0 AF 0 17 18 A 1 34 4F
Octal 346 260 257 0 27 30 12 1 64 117
Binary 11100110 10110000 10101111 0 10111 11000 1010 1 110100 1001111

Color Harmonies of #E6B0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B0AF

Black with #E6B0AF

Text Example


Text Example

White with #E6B0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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