Html Css Color HEX #B65E6D Blush

📋 copy color: '#B65E6D'

red 182 ◦ green 94 ◦ blue 109

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

Shades of Blush #B65E6D

Tints of Blush #B65E6D

RGB

 RED value IS 182 (71.48% from 255) = 47.27%

 GREEN value IS 94 (37.11% from 255) = 24.42%

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 47.27%
G = 24.42%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B65E6D (or 0xB65E6D) is known color: Blush. HEX triplet: B6, 5E and 6D. RGB value is (182,94,109). Sum of RGB (Red+Green+Blue) = 182+94+109=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E6D is #49A192. Grayscale: #7A7A7A. Windows color (decimal): -4825491 or 7167670. OLE color: 7167670.

HSL color Cylindrical-coordinate representation of color #B65E6D: hue angle of 349.77º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65E6D is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 94 109 -
CMYK 0 0.48 0.40 0.29
HSL 349.77º 0.38% 0.54% -
HSV(B) 349.77º 0.48% 0.71% -
XYZ 26.05 19.05 16.77 -
YUV 122.02 120.65 170.78 -
System Red Green Blue C M Y K H S L
Decimal 182 94 109 0 0.48 0.40 0.29 349.77 0.38 0.54
Hex B6 5E 6D 0 30 28 1D 15E 26 36
Octal 266 136 155 0 60 50 35 536 46 66
Binary 10110110 1011110 1101101 0 110000 101000 11101 101011110 100110 110110

Color Harmonies of #B65E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65E6D

Black with #B65E6D

Text Example


Text Example

White with #B65E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65E6D; }

 p { color: rgb(182,94,109); }

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

background-color css

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

 a { background-color: rgb(182,94,109); }

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

border-color css

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

 span { border-color: rgb(182,94,109); }

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