Html Css Color HEX #B52965 Rouge

📋 copy color: '#B52965'

red 181 ◦ green 41 ◦ blue 101

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

Shades of Rouge #B52965

Tints of Rouge #B52965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

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

R = 56.04%
G = 12.69%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B52965 (or 0xB52965) is known color: Rouge. HEX triplet: B5, 29 and 65. RGB value is (181,41,101). Sum of RGB (Red+Green+Blue) = 181+41+101=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B52965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52965 is #4AD69A. Grayscale: #595959. Windows color (decimal): -4904603 or 6629813. OLE color: 6629813.

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

Color convert

RGB 181 41 101 -
CMYK 0 0.77 0.44 0.29
HSL 334.29º 0.63% 0.44% -
HSV(B) 334.29º 0.77% 0.71% -
XYZ 22.2 12.35 13.53 -
YUV 89.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 181 41 101 0 0.77 0.44 0.29 334.29 0.63 0.44
Hex B5 29 65 0 4D 2C 1D 14E 3F 2C
Octal 265 51 145 0 115 54 35 516 77 54
Binary 10110101 101001 1100101 0 1001101 101100 11101 101001110 111111 101100

Color Harmonies of #B52965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52965

Black with #B52965

Text Example


Text Example

White with #B52965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52965; }

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

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

background-color css

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

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

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

border-color css

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

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

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