Html Css Color HEX #B03067 Rouge

📋 copy color: '#B03067'

red 176 ◦ green 48 ◦ blue 103

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

Shades of Rouge #B03067

Tints of Rouge #B03067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

 BLUE value IS 103 (40.63% from 255) = 31.5%

R = 53.82%
G = 14.68%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B03067 (or 0xB03067) is known color: Rouge. HEX triplet: B0, 30 and 67. RGB value is (176,48,103). Sum of RGB (Red+Green+Blue) = 176+48+103=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B03067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03067 is #4FCF98. Grayscale: #5C5C5C. Windows color (decimal): -5230489 or 6762672. OLE color: 6762672.

HSL color Cylindrical-coordinate representation of color #B03067: hue angle of 334.22º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03067 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 103 -
CMYK 0 0.73 0.41 0.31
HSL 334.22º 0.57% 0.44% -
HSV(B) 334.22º 0.73% 0.69% -
XYZ 21.41 12.32 14.08 -
YUV 92.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 176 48 103 0 0.73 0.41 0.31 334.22 0.57 0.44
Hex B0 30 67 0 49 29 1F 14E 39 2C
Octal 260 60 147 0 111 51 37 516 71 54
Binary 10110000 110000 1100111 0 1001001 101001 11111 101001110 111001 101100

Color Harmonies of #B03067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03067

Black with #B03067

Text Example


Text Example

White with #B03067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03067; }

 p { color: rgb(176,48,103); }

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

background-color css

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

 a { background-color: rgb(176,48,103); }

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

border-color css

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

 span { border-color: rgb(176,48,103); }

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