Html Css Color HEX #B03D6D Rouge

📋 copy color: '#B03D6D'

red 176 ◦ green 61 ◦ blue 109

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

Shades of Rouge #B03D6D

Tints of Rouge #B03D6D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.63%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 50.87%
G = 17.63%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B03D6D (or 0xB03D6D) is known color: Rouge. HEX triplet: B0, 3D and 6D. RGB value is (176,61,109). Sum of RGB (Red+Green+Blue) = 176+61+109=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D6D is #4FC292. Grayscale: #646464. Windows color (decimal): -5227155 or 7159216. OLE color: 7159216.

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

Color convert

RGB 176 61 109 -
CMYK 0 0.65 0.38 0.31
HSL 334.96º 0.49% 0.46% -
HSV(B) 334.96º 0.65% 0.69% -
XYZ 22.33 13.67 15.93 -
YUV 100.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 176 61 109 0 0.65 0.38 0.31 334.96 0.49 0.46
Hex B0 3D 6D 0 41 26 1F 14F 31 2E
Octal 260 75 155 0 101 46 37 517 61 56
Binary 10110000 111101 1101101 0 1000001 100110 11111 101001111 110001 101110

Color Harmonies of #B03D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03D6D

Black with #B03D6D

Text Example


Text Example

White with #B03D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03D6D; }

 p { color: rgb(176,61,109); }

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

background-color css

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

 a { background-color: rgb(176,61,109); }

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

border-color css

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

 span { border-color: rgb(176,61,109); }

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