Html Css Color HEX #B03769 Rouge

📋 copy color: '#B03769'

red 176 ◦ green 55 ◦ blue 105

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

Shades of Rouge #B03769

Tints of Rouge #B03769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.37%

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

R = 52.38%
G = 16.37%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B03769 (or 0xB03769) is known color: Rouge. HEX triplet: B0, 37 and 69. RGB value is (176,55,105). Sum of RGB (Red+Green+Blue) = 176+55+105=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B03769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03769 is #4FC896. Grayscale: #606060. Windows color (decimal): -5228695 or 6895536. OLE color: 6895536.

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

Color convert

RGB 176 55 105 -
CMYK 0 0.69 0.40 0.31
HSL 335.21º 0.52% 0.45% -
HSV(B) 335.21º 0.69% 0.69% -
XYZ 21.82 12.98 14.72 -
YUV 96.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 176 55 105 0 0.69 0.40 0.31 335.21 0.52 0.45
Hex B0 37 69 0 45 28 1F 14F 34 2D
Octal 260 67 151 0 105 50 37 517 64 55
Binary 10110000 110111 1101001 0 1000101 101000 11111 101001111 110100 101101

Color Harmonies of #B03769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03769

Black with #B03769

Text Example


Text Example

White with #B03769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03769; }

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

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

background-color css

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

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

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

border-color css

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

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

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