Html Css Color HEX #E6BFB6 Beauty Bush

📋 copy color: '#E6BFB6'

red 230 ◦ green 191 ◦ blue 182

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

Shades of Beauty Bush #E6BFB6

Tints of Beauty Bush #E6BFB6

RGB

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

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

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

R = 38.14%
G = 31.67%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E6BFB6 (or 0xE6BFB6) is known color: Beauty Bush. HEX triplet: E6, BF and B6. RGB value is (230,191,182). Sum of RGB (Red+Green+Blue) = 230+191+182=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFB6 is #194049. Grayscale: #C9C9C9. Windows color (decimal): -1654858 or 11976678. OLE color: 11976678.

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

Color convert

RGB 230 191 182 -
CMYK 0 0.17 0.21 0.10
HSL 11.25º 0.49% 0.81% -
HSV(B) 11.25º 0.21% 0.9% -
XYZ 59.71 57.46 52.2 -
YUV 201.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 230 191 182 0 0.17 0.21 0.10 11.25 0.49 0.81
Hex E6 BF B6 0 11 15 A B 31 51
Octal 346 277 266 0 21 25 12 13 61 121
Binary 11100110 10111111 10110110 0 10001 10101 1010 1011 110001 1010001

Color Harmonies of #E6BFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BFB6

Black with #E6BFB6

Text Example


Text Example

White with #E6BFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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