Html Css Color HEX #E6BDBA Beauty Bush

📋 copy color: '#E6BDBA'

red 230 ◦ green 189 ◦ blue 186

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

Shades of Beauty Bush #E6BDBA

Tints of Beauty Bush #E6BDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.74%

R = 38.02%
G = 31.24%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6BDBA (or 0xE6BDBA) is known color: Beauty Bush. HEX triplet: E6, BD and BA. RGB value is (230,189,186). Sum of RGB (Red+Green+Blue) = 230+189+186=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDBA is #194245. Grayscale: #C8C8C8. Windows color (decimal): -1655366 or 12238310. OLE color: 12238310.

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

Color convert

RGB 230 189 186 -
CMYK 0 0.18 0.19 0.10
HSL 4.09º 0.47% 0.82% -
HSV(B) 4.09º 0.19% 0.9% -
XYZ 59.69 56.76 54.26 -
YUV 200.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 230 189 186 0 0.18 0.19 0.10 4.09 0.47 0.82
Hex E6 BD BA 0 12 13 A 4 2F 52
Octal 346 275 272 0 22 23 12 4 57 122
Binary 11100110 10111101 10111010 0 10010 10011 1010 100 101111 1010010

Color Harmonies of #E6BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDBA

Black with #E6BDBA

Text Example


Text Example

White with #E6BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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