Html Css Color HEX #B52967 Rouge

📋 copy color: '#B52967'

red 181 ◦ green 41 ◦ blue 103

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

Shades of Rouge #B52967

Tints of Rouge #B52967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.69%

R = 55.69%
G = 12.62%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B52967 (or 0xB52967) is known color: Rouge. HEX triplet: B5, 29 and 67. RGB value is (181,41,103). Sum of RGB (Red+Green+Blue) = 181+41+103=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B52967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52967 is #4AD698. Grayscale: #595959. Windows color (decimal): -4904601 or 6760885. OLE color: 6760885.

HSL color Cylindrical-coordinate representation of color #B52967: hue angle of 333.43º 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 #B52967 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 103 -
CMYK 0 0.77 0.43 0.29
HSL 333.43º 0.63% 0.44% -
HSV(B) 333.43º 0.77% 0.71% -
XYZ 22.3 12.39 14.05 -
YUV 89.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 181 41 103 0 0.77 0.43 0.29 333.43 0.63 0.44
Hex B5 29 67 0 4D 2B 1D 14D 3F 2C
Octal 265 51 147 0 115 53 35 515 77 54
Binary 10110101 101001 1100111 0 1001101 101011 11101 101001101 111111 101100

Color Harmonies of #B52967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52967

Black with #B52967

Text Example


Text Example

White with #B52967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52967; }

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

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

background-color css

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

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

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

border-color css

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

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

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