Html Css Color HEX #E6BDB6 Beauty Bush

📋 copy color: '#E6BDB6'

red 230 ◦ green 189 ◦ blue 182

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

Shades of Beauty Bush #E6BDB6

Tints of Beauty Bush #E6BDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.28%

R = 38.27%
G = 31.45%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E6BDB6 (or 0xE6BDB6) is known color: Beauty Bush. HEX triplet: E6, BD and B6. RGB value is (230,189,182). Sum of RGB (Red+Green+Blue) = 230+189+182=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDB6 is #194249. Grayscale: #C8C8C8. Windows color (decimal): -1655370 or 11976166. OLE color: 11976166.

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

Color convert

RGB 230 189 182 -
CMYK 0 0.18 0.21 0.10
HSL 8.75º 0.49% 0.81% -
HSV(B) 8.75º 0.21% 0.9% -
XYZ 59.27 56.6 52.06 -
YUV 200.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 230 189 182 0 0.18 0.21 0.10 8.75 0.49 0.81
Hex E6 BD B6 0 12 15 A 9 31 51
Octal 346 275 266 0 22 25 12 11 61 121
Binary 11100110 10111101 10110110 0 10010 10101 1010 1001 110001 1010001

Color Harmonies of #E6BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDB6

Black with #E6BDB6

Text Example


Text Example

White with #E6BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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