Html Css Color HEX #B03668 Rouge

📋 copy color: '#B03668'

red 176 ◦ green 54 ◦ blue 104

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

Shades of Rouge #B03668

Tints of Rouge #B03668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 52.69%
G = 16.17%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B03668 (or 0xB03668) is known color: Rouge. HEX triplet: B0, 36 and 68. RGB value is (176,54,104). Sum of RGB (Red+Green+Blue) = 176+54+104=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B03668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03668 is #4FC997. Grayscale: #606060. Windows color (decimal): -5228952 or 6829744. OLE color: 6829744.

HSL color Cylindrical-coordinate representation of color #B03668: hue angle of 335.41º degrees, saturation: 0.53, 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 #B03668 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 104 -
CMYK 0 0.69 0.41 0.31
HSL 335.41º 0.53% 0.45% -
HSV(B) 335.41º 0.69% 0.69% -
XYZ 21.72 12.87 14.44 -
YUV 96.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 176 54 104 0 0.69 0.41 0.31 335.41 0.53 0.45
Hex B0 36 68 0 45 29 1F 14F 35 2D
Octal 260 66 150 0 105 51 37 517 65 55
Binary 10110000 110110 1101000 0 1000101 101001 11111 101001111 110101 101101

Color Harmonies of #B03668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03668

Black with #B03668

Text Example


Text Example

White with #B03668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03668; }

 p { color: rgb(176,54,104); }

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

background-color css

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

 a { background-color: rgb(176,54,104); }

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

border-color css

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

 span { border-color: rgb(176,54,104); }

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