Html Css Color HEX #B55C65 Blush

📋 copy color: '#B55C65'

red 181 ◦ green 92 ◦ blue 101

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

Shades of Blush #B55C65

Tints of Blush #B55C65

RGB

 RED value IS 181 (71.09% from 255) = 48.4%

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 48.4%
G = 24.6%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B55C65 (or 0xB55C65) is known color: Blush. HEX triplet: B5, 5C and 65. RGB value is (181,92,101). Sum of RGB (Red+Green+Blue) = 181+92+101=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C65 is #4AA39A. Grayscale: #777777. Windows color (decimal): -4891547 or 6642869. OLE color: 6642869.

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

Color convert

RGB 181 92 101 -
CMYK 0 0.49 0.44 0.29
HSL 353.93º 0.38% 0.54% -
HSV(B) 353.93º 0.49% 0.71% -
XYZ 25.23 18.42 14.54 -
YUV 119.64 117.49 171.77 -
System Red Green Blue C M Y K H S L
Decimal 181 92 101 0 0.49 0.44 0.29 353.93 0.38 0.54
Hex B5 5C 65 0 31 2C 1D 162 26 36
Octal 265 134 145 0 61 54 35 542 46 66
Binary 10110101 1011100 1100101 0 110001 101100 11101 101100010 100110 110110

Color Harmonies of #B55C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C65

Black with #B55C65

Text Example


Text Example

White with #B55C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C65; }

 p { color: rgb(181,92,101); }

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

background-color css

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

 a { background-color: rgb(181,92,101); }

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

border-color css

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

 span { border-color: rgb(181,92,101); }

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