Html Css Color HEX #B03860 Rouge

📋 copy color: '#B03860'

red 176 ◦ green 56 ◦ blue 96

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

Shades of Rouge #B03860

Tints of Rouge #B03860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 53.66%
G = 17.07%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B03860 (or 0xB03860) is known color: Rouge. HEX triplet: B0, 38 and 60. RGB value is (176,56,96). Sum of RGB (Red+Green+Blue) = 176+56+96=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B03860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03860 is #4FC79F. Grayscale: #606060. Windows color (decimal): -5228448 or 6305968. OLE color: 6305968.

HSL color Cylindrical-coordinate representation of color #B03860: hue angle of 340º 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 #B03860 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 56 96 -
CMYK 0 0.68 0.45 0.31
HSL 340º 0.52% 0.45% -
HSV(B) 340º 0.68% 0.69% -
XYZ 21.43 12.9 12.43 -
YUV 96.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 176 56 96 0 0.68 0.45 0.31 340 0.52 0.45
Hex B0 38 60 0 44 2D 1F 154 34 2D
Octal 260 70 140 0 104 55 37 524 64 55
Binary 10110000 111000 1100000 0 1000100 101101 11111 101010100 110100 101101

Color Harmonies of #B03860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03860

Black with #B03860

Text Example


Text Example

White with #B03860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03860; }

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

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

background-color css

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

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

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

border-color css

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

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

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