Html Css Color HEX #EFBCB2 Beauty Bush

📋 copy color: '#EFBCB2'

red 239 ◦ green 188 ◦ blue 178

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

Shades of Beauty Bush #EFBCB2

Tints of Beauty Bush #EFBCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.42%

R = 39.5%
G = 31.07%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFBCB2 (or 0xEFBCB2) is known color: Beauty Bush. HEX triplet: EF, BC and B2. RGB value is (239,188,178). Sum of RGB (Red+Green+Blue) = 239+188+178=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCB2 is #10434D. Grayscale: #CACACA. Windows color (decimal): -1065806 or 11713775. OLE color: 11713775.

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

Color convert

RGB 239 188 178 -
CMYK 0 0.21 0.26 0.06
HSL 9.84º 0.66% 0.82% -
HSV(B) 9.84º 0.26% 0.94% -
XYZ 61.62 57.53 49.98 -
YUV 202.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 239 188 178 0 0.21 0.26 0.06 9.84 0.66 0.82
Hex EF BC B2 0 15 1A 6 A 42 52
Octal 357 274 262 0 25 32 6 12 102 122
Binary 11101111 10111100 10110010 0 10101 11010 110 1010 1000010 1010010

Color Harmonies of #EFBCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCB2

Black with #EFBCB2

Text Example


Text Example

White with #EFBCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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