Html Css Color HEX #B02259 Lipstick

📋 copy color: '#B02259'

red 176 ◦ green 34 ◦ blue 89

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

Shades of Lipstick #B02259

Tints of Lipstick #B02259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.37%

 BLUE value IS 89 (35.16% from 255) = 29.77%

R = 58.86%
G = 11.37%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B02259 (or 0xB02259) is known color: Lipstick. HEX triplet: B0, 22 and 59. RGB value is (176,34,89). Sum of RGB (Red+Green+Blue) = 176+34+89=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B02259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02259 is #4FDDA6. Grayscale: #525252. Windows color (decimal): -5234087 or 5841584. OLE color: 5841584.

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

Color convert

RGB 176 34 89 -
CMYK 0 0.81 0.49 0.31
HSL 336.76º 0.68% 0.41% -
HSV(B) 336.76º 0.81% 0.69% -
XYZ 20.28 11.1 10.52 -
YUV 82.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 176 34 89 0 0.81 0.49 0.31 336.76 0.68 0.41
Hex B0 22 59 0 51 31 1F 151 44 29
Octal 260 42 131 0 121 61 37 521 104 51
Binary 10110000 100010 1011001 0 1010001 110001 11111 101010001 1000100 101001

Color Harmonies of #B02259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02259

Black with #B02259

Text Example


Text Example

White with #B02259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02259; }

 p { color: rgb(176,34,89); }

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

background-color css

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

 a { background-color: rgb(176,34,89); }

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

border-color css

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

 span { border-color: rgb(176,34,89); }

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