Html Css Color HEX #E6BDB9 Beauty Bush

📋 copy color: '#E6BDB9'

red 230 ◦ green 189 ◦ blue 185

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

Shades of Beauty Bush #E6BDB9

Tints of Beauty Bush #E6BDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.29%

 BLUE value IS 185 (72.66% from 255) = 30.63%

R = 38.08%
G = 31.29%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E6BDB9 (or 0xE6BDB9) is known color: Beauty Bush. HEX triplet: E6, BD and B9. RGB value is (230,189,185). Sum of RGB (Red+Green+Blue) = 230+189+185=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDB9 is #194246. Grayscale: #C8C8C8. Windows color (decimal): -1655367 or 12172774. OLE color: 12172774.

HSL color Cylindrical-coordinate representation of color #E6BDB9: hue angle of 5.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6BDB9 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 185 -
CMYK 0 0.18 0.20 0.10
HSL 5.33º 0.47% 0.81% -
HSV(B) 5.33º 0.2% 0.9% -
XYZ 59.59 56.72 53.71 -
YUV 200.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 230 189 185 0 0.18 0.20 0.10 5.33 0.47 0.81
Hex E6 BD B9 0 12 14 A 5 2F 51
Octal 346 275 271 0 22 24 12 5 57 121
Binary 11100110 10111101 10111001 0 10010 10100 1010 101 101111 1010001

Color Harmonies of #E6BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDB9

Black with #E6BDB9

Text Example


Text Example

White with #E6BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDB9; }

 p { color: rgb(230,189,185); }

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

background-color css

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

 a { background-color: rgb(230,189,185); }

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

border-color css

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

 span { border-color: rgb(230,189,185); }

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