Html Css Color HEX #B03969 Rouge

📋 copy color: '#B03969'

red 176 ◦ green 57 ◦ blue 105

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

Shades of Rouge #B03969

Tints of Rouge #B03969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

 BLUE value IS 105 (41.41% from 255) = 31.07%

R = 52.07%
G = 16.86%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B03969 (or 0xB03969) is known color: Rouge. HEX triplet: B0, 39 and 69. RGB value is (176,57,105). Sum of RGB (Red+Green+Blue) = 176+57+105=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B03969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03969 is #4FC696. Grayscale: #616161. Windows color (decimal): -5228183 or 6896048. OLE color: 6896048.

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

Color convert

RGB 176 57 105 -
CMYK 0 0.68 0.40 0.31
HSL 335.8º 0.51% 0.46% -
HSV(B) 335.8º 0.68% 0.69% -
XYZ 21.92 13.18 14.75 -
YUV 98.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 176 57 105 0 0.68 0.40 0.31 335.8 0.51 0.46
Hex B0 39 69 0 44 28 1F 150 33 2E
Octal 260 71 151 0 104 50 37 520 63 56
Binary 10110000 111001 1101001 0 1000100 101000 11111 101010000 110011 101110

Color Harmonies of #B03969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03969

Black with #B03969

Text Example


Text Example

White with #B03969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03969; }

 p { color: rgb(176,57,105); }

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

background-color css

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

 a { background-color: rgb(176,57,105); }

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

border-color css

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

 span { border-color: rgb(176,57,105); }

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