Html Css Color HEX #EFBCB6 Beauty Bush

📋 copy color: '#EFBCB6'

red 239 ◦ green 188 ◦ blue 182

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

Shades of Beauty Bush #EFBCB6

Tints of Beauty Bush #EFBCB6

RGB

 RED value IS 239 (93.75% from 255) = 39.24%

 GREEN value IS 188 (73.83% from 255) = 30.87%

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

R = 39.24%
G = 30.87%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFBCB6 (or 0xEFBCB6) is known color: Beauty Bush. HEX triplet: EF, BC and B6. RGB value is (239,188,182). Sum of RGB (Red+Green+Blue) = 239+188+182=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCB6 is #104349. Grayscale: #CACACA. Windows color (decimal): -1065802 or 11975919. OLE color: 11975919.

HSL color Cylindrical-coordinate representation of color #EFBCB6: hue angle of 6.32º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFBCB6 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 182 -
CMYK 0 0.21 0.24 0.06
HSL 6.32º 0.64% 0.83% -
HSV(B) 6.32º 0.24% 0.94% -
XYZ 62.02 57.69 52.12 -
YUV 202.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 239 188 182 0 0.21 0.24 0.06 6.32 0.64 0.83
Hex EF BC B6 0 15 18 6 6 40 53
Octal 357 274 266 0 25 30 6 6 100 123
Binary 11101111 10111100 10110110 0 10101 11000 110 110 1000000 1010011

Color Harmonies of #EFBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCB6

Black with #EFBCB6

Text Example


Text Example

White with #EFBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCB6; }

 p { color: rgb(239,188,182); }

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

background-color css

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

 a { background-color: rgb(239,188,182); }

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

border-color css

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

 span { border-color: rgb(239,188,182); }

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