Html Css Color HEX #E7BDBD Beauty Bush

📋 copy color: '#E7BDBD'

red 231 ◦ green 189 ◦ blue 189

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

Shades of Beauty Bush #E7BDBD

Tints of Beauty Bush #E7BDBD

RGB

 RED value IS 231 (90.63% from 255) = 37.93%

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

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

R = 37.93%
G = 31.03%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E7BDBD (or 0xE7BDBD) is known color: Beauty Bush. HEX triplet: E7, BD and BD. RGB value is (231,189,189). Sum of RGB (Red+Green+Blue) = 231+189+189=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDBD is #184242. Grayscale: #C9C9C9. Windows color (decimal): -1589827 or 12434919. OLE color: 12434919.

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

Color convert

RGB 231 189 189 -
CMYK 0 0.18 0.18 0.09
HSL 0.47% 0.82% -
HSV(B) 0.18% 0.91% -
XYZ 60.34 57.06 55.98 -
YUV 201.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 231 189 189 0 0.18 0.18 0.09 0 0.47 0.82
Hex E7 BD BD 0 12 12 9 0 2F 52
Octal 347 275 275 0 22 22 11 0 57 122
Binary 11100111 10111101 10111101 0 10010 10010 1001 0 101111 1010010

Color Harmonies of #E7BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BDBD

Black with #E7BDBD

Text Example


Text Example

White with #E7BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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