Html Css Color HEX #B03A6E Rouge

📋 copy color: '#B03A6E'

red 176 ◦ green 58 ◦ blue 110

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

Shades of Rouge #B03A6E

Tints of Rouge #B03A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.86%

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 51.16%
G = 16.86%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B03A6E (or 0xB03A6E) is known color: Rouge. HEX triplet: B0, 3A and 6E. RGB value is (176,58,110). Sum of RGB (Red+Green+Blue) = 176+58+110=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03A6E is #4FC591. Grayscale: #636363. Windows color (decimal): -5227922 or 7223984. OLE color: 7223984.

HSL color Cylindrical-coordinate representation of color #B03A6E: hue angle of 333.56º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03A6E is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 58 110 -
CMYK 0 0.67 0.37 0.31
HSL 333.56º 0.5% 0.46% -
HSV(B) 333.56º 0.67% 0.69% -
XYZ 22.23 13.38 16.16 -
YUV 99.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 176 58 110 0 0.67 0.37 0.31 333.56 0.5 0.46
Hex B0 3A 6E 0 43 25 1F 14E 32 2E
Octal 260 72 156 0 103 45 37 516 62 56
Binary 10110000 111010 1101110 0 1000011 100101 11111 101001110 110010 101110

Color Harmonies of #B03A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03A6E

Black with #B03A6E

Text Example


Text Example

White with #B03A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03A6E; }

 p { color: rgb(176,58,110); }

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

background-color css

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

 a { background-color: rgb(176,58,110); }

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

border-color css

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

 span { border-color: rgb(176,58,110); }

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