Html Css Color HEX #E6BFB7 Beauty Bush

📋 copy color: '#E6BFB7'

red 230 ◦ green 191 ◦ blue 183

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

Shades of Beauty Bush #E6BFB7

Tints of Beauty Bush #E6BFB7

RGB

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

 GREEN value IS 191 (75% from 255) = 31.62%

 BLUE value IS 183 (71.88% from 255) = 30.3%

R = 38.08%
G = 31.62%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E6BFB7 (or 0xE6BFB7) is known color: Beauty Bush. HEX triplet: E6, BF and B7. RGB value is (230,191,183). Sum of RGB (Red+Green+Blue) = 230+191+183=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFB7 is #194048. Grayscale: #C9C9C9. Windows color (decimal): -1654857 or 12042214. OLE color: 12042214.

HSL color Cylindrical-coordinate representation of color #E6BFB7: hue angle of 10.21º 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 #E6BFB7 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 191 183 -
CMYK 0 0.17 0.20 0.10
HSL 10.21º 0.48% 0.81% -
HSV(B) 10.21º 0.2% 0.9% -
XYZ 59.81 57.5 52.75 -
YUV 201.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 230 191 183 0 0.17 0.20 0.10 10.21 0.48 0.81
Hex E6 BF B7 0 11 14 A A 30 51
Octal 346 277 267 0 21 24 12 12 60 121
Binary 11100110 10111111 10110111 0 10001 10100 1010 1010 110000 1010001

Color Harmonies of #E6BFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFB7

Black with #E6BFB7

Text Example


Text Example

White with #E6BFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFB7; }

 p { color: rgb(230,191,183); }

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

background-color css

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

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

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

border-color css

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

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

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