Html Css Color HEX #B03466 Rouge

📋 copy color: '#B03466'

red 176 ◦ green 52 ◦ blue 102

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

Shades of Rouge #B03466

Tints of Rouge #B03466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

 BLUE value IS 102 (40.23% from 255) = 30.91%

R = 53.33%
G = 15.76%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B03466 (or 0xB03466) is known color: Rouge. HEX triplet: B0, 34 and 66. RGB value is (176,52,102). Sum of RGB (Red+Green+Blue) = 176+52+102=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B03466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03466 is #4FCB99. Grayscale: #5E5E5E. Windows color (decimal): -5229466 or 6698160. OLE color: 6698160.

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

Color convert

RGB 176 52 102 -
CMYK 0 0.70 0.42 0.31
HSL 335.81º 0.54% 0.45% -
HSV(B) 335.81º 0.7% 0.69% -
XYZ 21.53 12.65 13.88 -
YUV 94.78 132.08 185.93 -
System Red Green Blue C M Y K H S L
Decimal 176 52 102 0 0.70 0.42 0.31 335.81 0.54 0.45
Hex B0 34 66 0 46 2A 1F 150 36 2D
Octal 260 64 146 0 106 52 37 520 66 55
Binary 10110000 110100 1100110 0 1000110 101010 11111 101010000 110110 101101

Color Harmonies of #B03466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03466

Black with #B03466

Text Example


Text Example

White with #B03466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03466; }

 p { color: rgb(176,52,102); }

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

background-color css

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

 a { background-color: rgb(176,52,102); }

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

border-color css

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

 span { border-color: rgb(176,52,102); }

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