Html Css Color HEX #E6BDBD Beauty Bush

📋 copy color: '#E6BDBD'

red 230 ◦ green 189 ◦ blue 189

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

Shades of Beauty Bush #E6BDBD

Tints of Beauty Bush #E6BDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.09%

R = 37.83%
G = 31.09%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6BDBD (or 0xE6BDBD) is known color: Beauty Bush. HEX triplet: E6, BD and BD. RGB value is (230,189,189). Sum of RGB (Red+Green+Blue) = 230+189+189=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDBD is #194242. Grayscale: #C9C9C9. Windows color (decimal): -1655363 or 12434918. OLE color: 12434918.

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

Color convert

RGB 230 189 189 -
CMYK 0 0.18 0.18 0.10
HSL 0.45% 0.82% -
HSV(B) 0.18% 0.9% -
XYZ 60.02 56.89 55.96 -
YUV 201.26 121.08 148.5 -
System Red Green Blue C M Y K H S L
Decimal 230 189 189 0 0.18 0.18 0.10 0 0.45 0.82
Hex E6 BD BD 0 12 12 A 0 2D 52
Octal 346 275 275 0 22 22 12 0 55 122
Binary 11100110 10111101 10111101 0 10010 10010 1010 0 101101 1010010

Color Harmonies of #E6BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDBD

Black with #E6BDBD

Text Example


Text Example

White with #E6BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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