Html Css Color HEX #B33967 Rouge

📋 copy color: '#B33967'

red 179 ◦ green 57 ◦ blue 103

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

Shades of Rouge #B33967

Tints of Rouge #B33967

RGB

 RED value IS 179 (70.31% from 255) = 52.8%

 GREEN value IS 57 (22.66% from 255) = 16.81%

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

R = 52.8%
G = 16.81%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B33967 (or 0xB33967) is known color: Rouge. HEX triplet: B3, 39 and 67. RGB value is (179,57,103). Sum of RGB (Red+Green+Blue) = 179+57+103=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B33967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33967 is #4CC698. Grayscale: #626262. Windows color (decimal): -5031577 or 6764979. OLE color: 6764979.

HSL color Cylindrical-coordinate representation of color #B33967: hue angle of 337.38º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33967 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 57 103 -
CMYK 0 0.68 0.42 0.30
HSL 337.38º 0.52% 0.46% -
HSV(B) 337.38º 0.68% 0.7% -
XYZ 22.5 13.49 14.25 -
YUV 98.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 179 57 103 0 0.68 0.42 0.30 337.38 0.52 0.46
Hex B3 39 67 0 44 2A 1E 151 34 2E
Octal 263 71 147 0 104 52 36 521 64 56
Binary 10110011 111001 1100111 0 1000100 101010 11110 101010001 110100 101110

Color Harmonies of #B33967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33967

Black with #B33967

Text Example


Text Example

White with #B33967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33967; }

 p { color: rgb(179,57,103); }

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

background-color css

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

 a { background-color: rgb(179,57,103); }

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

border-color css

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

 span { border-color: rgb(179,57,103); }

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