Html Css Color HEX #B02F63 Rouge

📋 copy color: '#B02F63'

red 176 ◦ green 47 ◦ blue 99

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

Shades of Rouge #B02F63

Tints of Rouge #B02F63

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.6%

 BLUE value IS 99 (39.06% from 255) = 30.75%

R = 54.66%
G = 14.6%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B02F63 (or 0xB02F63) is known color: Rouge. HEX triplet: B0, 2F and 63. RGB value is (176,47,99). Sum of RGB (Red+Green+Blue) = 176+47+99=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02F63 is #4FD09C. Grayscale: #5B5B5B. Windows color (decimal): -5230749 or 6500272. OLE color: 6500272.

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

Color convert

RGB 176 47 99 -
CMYK 0 0.73 0.44 0.31
HSL 335.81º 0.58% 0.44% -
HSV(B) 335.81º 0.73% 0.69% -
XYZ 21.17 12.16 13.04 -
YUV 91.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 176 47 99 0 0.73 0.44 0.31 335.81 0.58 0.44
Hex B0 2F 63 0 49 2C 1F 150 3A 2C
Octal 260 57 143 0 111 54 37 520 72 54
Binary 10110000 101111 1100011 0 1001001 101100 11111 101010000 111010 101100

Color Harmonies of #B02F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02F63

Black with #B02F63

Text Example


Text Example

White with #B02F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02F63; }

 p { color: rgb(176,47,99); }

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

background-color css

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

 a { background-color: rgb(176,47,99); }

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

border-color css

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

 span { border-color: rgb(176,47,99); }

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