Html Css Color HEX #B03065 Rouge

📋 copy color: '#B03065'

red 176 ◦ green 48 ◦ blue 101

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

Shades of Rouge #B03065

Tints of Rouge #B03065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 54.15%
G = 14.77%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B03065 (or 0xB03065) is known color: Rouge. HEX triplet: B0, 30 and 65. RGB value is (176,48,101). Sum of RGB (Red+Green+Blue) = 176+48+101=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B03065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03065 is #4FCF9A. Grayscale: #5C5C5C. Windows color (decimal): -5230491 or 6631600. OLE color: 6631600.

HSL color Cylindrical-coordinate representation of color #B03065: hue angle of 335.16º 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 #B03065 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 101 -
CMYK 0 0.73 0.43 0.31
HSL 335.16º 0.57% 0.44% -
HSV(B) 335.16º 0.73% 0.69% -
XYZ 21.31 12.28 13.56 -
YUV 92.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 176 48 101 0 0.73 0.43 0.31 335.16 0.57 0.44
Hex B0 30 65 0 49 2B 1F 14F 39 2C
Octal 260 60 145 0 111 53 37 517 71 54
Binary 10110000 110000 1100101 0 1001001 101011 11111 101001111 111001 101100

Color Harmonies of #B03065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03065

Black with #B03065

Text Example


Text Example

White with #B03065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03065; }

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

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

background-color css

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

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

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

border-color css

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

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

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