Html Css Color HEX #B63367 Rouge

📋 copy color: '#B63367'

red 182 ◦ green 51 ◦ blue 103

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

Shades of Rouge #B63367

Tints of Rouge #B63367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.18%

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

R = 54.17%
G = 15.18%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B63367 (or 0xB63367) is known color: Rouge. HEX triplet: B6, 33 and 67. RGB value is (182,51,103). Sum of RGB (Red+Green+Blue) = 182+51+103=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B63367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63367 is #49CC98. Grayscale: #606060. Windows color (decimal): -4836505 or 6763446. OLE color: 6763446.

HSL color Cylindrical-coordinate representation of color #B63367: hue angle of 336.18º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63367 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 51 103 -
CMYK 0 0.72 0.43 0.29
HSL 336.18º 0.56% 0.46% -
HSV(B) 336.18º 0.72% 0.71% -
XYZ 22.92 13.29 14.19 -
YUV 96.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 182 51 103 0 0.72 0.43 0.29 336.18 0.56 0.46
Hex B6 33 67 0 48 2B 1D 150 38 2E
Octal 266 63 147 0 110 53 35 520 70 56
Binary 10110110 110011 1100111 0 1001000 101011 11101 101010000 111000 101110

Color Harmonies of #B63367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63367

Black with #B63367

Text Example


Text Example

White with #B63367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63367; }

 p { color: rgb(182,51,103); }

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

background-color css

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

 a { background-color: rgb(182,51,103); }

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

border-color css

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

 span { border-color: rgb(182,51,103); }

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