Html Css Color HEX #E6BDB8 Beauty Bush

📋 copy color: '#E6BDB8'

red 230 ◦ green 189 ◦ blue 184

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

Shades of Beauty Bush #E6BDB8

Tints of Beauty Bush #E6BDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.51%

R = 38.14%
G = 31.34%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.2

 K value IS 0.10

RGB Variations

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

Color information

#E6BDB8 (or 0xE6BDB8) is known color: Beauty Bush. HEX triplet: E6, BD and B8. RGB value is (230,189,184). Sum of RGB (Red+Green+Blue) = 230+189+184=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDB8 is #194247. Grayscale: #C8C8C8. Windows color (decimal): -1655368 or 12107238. OLE color: 12107238.

HSL color Cylindrical-coordinate representation of color #E6BDB8: hue angle of 6.52º degrees, saturation: 0.48, 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 #E6BDB8 is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 189 184 -
CMYK 0 0.18 0.2 0.10
HSL 6.52º 0.48% 0.81% -
HSV(B) 6.52º 0.2% 0.9% -
XYZ 59.48 56.68 53.15 -
YUV 200.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 230 189 184 0 0.18 0.2 0.10 6.52 0.48 0.81
Hex E6 BD B8 0 12 14 A 7 30 51
Octal 346 275 270 0 22 24 12 7 60 121
Binary 11100110 10111101 10111000 0 10010 10100 1010 111 110000 1010001

Color Harmonies of #E6BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDB8

Black with #E6BDB8

Text Example


Text Example

White with #E6BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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