Html Css Color HEX #EFBCB9 Beauty Bush

📋 copy color: '#EFBCB9'

red 239 ◦ green 188 ◦ blue 185

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

Shades of Beauty Bush #EFBCB9

Tints of Beauty Bush #EFBCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.23%

R = 39.05%
G = 30.72%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFBCB9 (or 0xEFBCB9) is known color: Beauty Bush. HEX triplet: EF, BC and B9. RGB value is (239,188,185). Sum of RGB (Red+Green+Blue) = 239+188+185=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCB9 is #104346. Grayscale: #CACACA. Windows color (decimal): -1065799 or 12172527. OLE color: 12172527.

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

Color convert

RGB 239 188 185 -
CMYK 0 0.21 0.23 0.06
HSL 3.33º 0.63% 0.83% -
HSV(B) 3.33º 0.23% 0.94% -
XYZ 62.34 57.82 53.77 -
YUV 202.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 239 188 185 0 0.21 0.23 0.06 3.33 0.63 0.83
Hex EF BC B9 0 15 17 6 3 3F 53
Octal 357 274 271 0 25 27 6 3 77 123
Binary 11101111 10111100 10111001 0 10101 10111 110 11 111111 1010011

Color Harmonies of #EFBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCB9

Black with #EFBCB9

Text Example


Text Example

White with #EFBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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