Html Css Color HEX #E6B2AF Beauty Bush

📋 copy color: '#E6B2AF'

red 230 ◦ green 178 ◦ blue 175

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

Shades of Beauty Bush #E6B2AF

Tints of Beauty Bush #E6B2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.53%

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

R = 39.45%
G = 30.53%
B = 30.02%

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

#E6B2AF (or 0xE6B2AF) is known color: Beauty Bush. HEX triplet: E6, B2 and AF. RGB value is (230,178,175). Sum of RGB (Red+Green+Blue) = 230+178+175=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B2AF is #194D50. Grayscale: #C1C1C1. Windows color (decimal): -1658193 or 11514598. OLE color: 11514598.

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

Color convert

RGB 230 178 175 -
CMYK 0 0.23 0.24 0.10
HSL 3.27º 0.52% 0.79% -
HSV(B) 3.27º 0.24% 0.9% -
XYZ 56.29 51.76 47.58 -
YUV 193.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 230 178 175 0 0.23 0.24 0.10 3.27 0.52 0.79
Hex E6 B2 AF 0 17 18 A 3 34 4F
Octal 346 262 257 0 27 30 12 3 64 117
Binary 11100110 10110010 10101111 0 10111 11000 1010 11 110100 1001111

Color Harmonies of #E6B2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B2AF

Black with #E6B2AF

Text Example


Text Example

White with #E6B2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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