Html Css Color HEX #B03C69 Rouge

📋 copy color: '#B03C69'

red 176 ◦ green 60 ◦ blue 105

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

Shades of Rouge #B03C69

Tints of Rouge #B03C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.6%

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

R = 51.61%
G = 17.6%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B03C69 (or 0xB03C69) is known color: Rouge. HEX triplet: B0, 3C and 69. RGB value is (176,60,105). Sum of RGB (Red+Green+Blue) = 176+60+105=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03C69 is #4FC396. Grayscale: #636363. Windows color (decimal): -5227415 or 6896816. OLE color: 6896816.

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

Color convert

RGB 176 60 105 -
CMYK 0 0.66 0.40 0.31
HSL 336.72º 0.49% 0.46% -
HSV(B) 336.72º 0.66% 0.69% -
XYZ 22.07 13.48 14.8 -
YUV 99.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 176 60 105 0 0.66 0.40 0.31 336.72 0.49 0.46
Hex B0 3C 69 0 42 28 1F 151 31 2E
Octal 260 74 151 0 102 50 37 521 61 56
Binary 10110000 111100 1101001 0 1000010 101000 11111 101010001 110001 101110

Color Harmonies of #B03C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03C69

Black with #B03C69

Text Example


Text Example

White with #B03C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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