Html Css Color HEX #B63269 Rouge

📋 copy color: '#B63269'

red 182 ◦ green 50 ◦ blue 105

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

Shades of Rouge #B63269

Tints of Rouge #B63269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.16%

R = 54.01%
G = 14.84%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B63269 (or 0xB63269) is known color: Rouge. HEX triplet: B6, 32 and 69. RGB value is (182,50,105). Sum of RGB (Red+Green+Blue) = 182+50+105=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B63269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63269 is #49CD96. Grayscale: #5F5F5F. Windows color (decimal): -4836759 or 6894262. OLE color: 6894262.

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

Color convert

RGB 182 50 105 -
CMYK 0 0.73 0.42 0.29
HSL 335º 0.57% 0.45% -
HSV(B) 335º 0.73% 0.71% -
XYZ 22.98 13.25 14.71 -
YUV 95.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 182 50 105 0 0.73 0.42 0.29 335 0.57 0.45
Hex B6 32 69 0 49 2A 1D 14F 39 2D
Octal 266 62 151 0 111 52 35 517 71 55
Binary 10110110 110010 1101001 0 1001001 101010 11101 101001111 111001 101101

Color Harmonies of #B63269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63269

Black with #B63269

Text Example


Text Example

White with #B63269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63269; }

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

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

background-color css

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

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

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

border-color css

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

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

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