Html Css Color HEX #B03863 Rouge

📋 copy color: '#B03863'

red 176 ◦ green 56 ◦ blue 99

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

Shades of Rouge #B03863

Tints of Rouge #B03863

RGB

 RED value IS 176 (69.14% from 255) = 53.17%

 GREEN value IS 56 (22.27% from 255) = 16.92%

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 53.17%
G = 16.92%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B03863 (or 0xB03863) is known color: Rouge. HEX triplet: B0, 38 and 63. RGB value is (176,56,99). Sum of RGB (Red+Green+Blue) = 176+56+99=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B03863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03863 is #4FC79C. Grayscale: #606060. Windows color (decimal): -5228445 or 6502576. OLE color: 6502576.

HSL color Cylindrical-coordinate representation of color #B03863: hue angle of 338.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03863 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 99 -
CMYK 0 0.68 0.44 0.31
HSL 338.5º 0.52% 0.45% -
HSV(B) 338.5º 0.68% 0.69% -
XYZ 21.57 12.96 13.17 -
YUV 96.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 176 56 99 0 0.68 0.44 0.31 338.5 0.52 0.45
Hex B0 38 63 0 44 2C 1F 152 34 2D
Octal 260 70 143 0 104 54 37 522 64 55
Binary 10110000 111000 1100011 0 1000100 101100 11111 101010010 110100 101101

Color Harmonies of #B03863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03863

Black with #B03863

Text Example


Text Example

White with #B03863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03863; }

 p { color: rgb(176,56,99); }

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

background-color css

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

 a { background-color: rgb(176,56,99); }

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

border-color css

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

 span { border-color: rgb(176,56,99); }

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