Html Css Color HEX #B63261 Rouge

📋 copy color: '#B63261'

red 182 ◦ green 50 ◦ blue 97

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

Shades of Rouge #B63261

Tints of Rouge #B63261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 55.32%
G = 15.2%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B63261 (or 0xB63261) is known color: Rouge. HEX triplet: B6, 32 and 61. RGB value is (182,50,97). Sum of RGB (Red+Green+Blue) = 182+50+97=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B63261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63261 is #49CD9E. Grayscale: #5E5E5E. Windows color (decimal): -4836767 or 6369974. OLE color: 6369974.

HSL color Cylindrical-coordinate representation of color #B63261: hue angle of 338.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63261 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 97 -
CMYK 0 0.73 0.47 0.29
HSL 338.64º 0.57% 0.45% -
HSV(B) 338.64º 0.73% 0.71% -
XYZ 22.59 13.09 12.65 -
YUV 94.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 182 50 97 0 0.73 0.47 0.29 338.64 0.57 0.45
Hex B6 32 61 0 49 2F 1D 153 39 2D
Octal 266 62 141 0 111 57 35 523 71 55
Binary 10110110 110010 1100001 0 1001001 101111 11101 101010011 111001 101101

Color Harmonies of #B63261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63261

Black with #B63261

Text Example


Text Example

White with #B63261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63261; }

 p { color: rgb(182,50,97); }

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

background-color css

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

 a { background-color: rgb(182,50,97); }

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

border-color css

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

 span { border-color: rgb(182,50,97); }

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