Html Css Color HEX #B03872 Rouge

📋 copy color: '#B03872'

red 176 ◦ green 56 ◦ blue 114

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

Shades of Rouge #B03872

Tints of Rouge #B03872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 50.87%
G = 16.18%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B03872 (or 0xB03872) is known color: Rouge. HEX triplet: B0, 38 and 72. RGB value is (176,56,114). Sum of RGB (Red+Green+Blue) = 176+56+114=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B03872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03872 is #4FC78D. Grayscale: #626262. Windows color (decimal): -5228430 or 7485616. OLE color: 7485616.

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

Color convert

RGB 176 56 114 -
CMYK 0 0.68 0.35 0.31
HSL 331º 0.52% 0.45% -
HSV(B) 331º 0.68% 0.69% -
XYZ 22.36 13.27 17.3 -
YUV 98.49 136.76 183.28 -
System Red Green Blue C M Y K H S L
Decimal 176 56 114 0 0.68 0.35 0.31 331 0.52 0.45
Hex B0 38 72 0 44 23 1F 14B 34 2D
Octal 260 70 162 0 104 43 37 513 64 55
Binary 10110000 111000 1110010 0 1000100 100011 11111 101001011 110100 101101

Color Harmonies of #B03872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03872

Black with #B03872

Text Example


Text Example

White with #B03872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03872; }

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

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

background-color css

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

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

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

border-color css

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

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

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