Html Css Color HEX #B0255E Lipstick

📋 copy color: '#B0255E'

red 176 ◦ green 37 ◦ blue 94

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

Shades of Lipstick #B0255E

Tints of Lipstick #B0255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 57.33%
G = 12.05%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0255E (or 0xB0255E) is known color: Lipstick. HEX triplet: B0, 25 and 5E. RGB value is (176,37,94). Sum of RGB (Red+Green+Blue) = 176+37+94=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0255E is #4FDAA1. Grayscale: #545454. Windows color (decimal): -5233314 or 6170032. OLE color: 6170032.

HSL color Cylindrical-coordinate representation of color #B0255E: hue angle of 335.4º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0255E is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 94 -
CMYK 0 0.79 0.47 0.31
HSL 335.4º 0.65% 0.42% -
HSV(B) 335.4º 0.79% 0.69% -
XYZ 20.59 11.36 11.7 -
YUV 85.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 176 37 94 0 0.79 0.47 0.31 335.4 0.65 0.42
Hex B0 25 5E 0 4F 2F 1F 14F 41 2A
Octal 260 45 136 0 117 57 37 517 101 52
Binary 10110000 100101 1011110 0 1001111 101111 11111 101001111 1000001 101010

Color Harmonies of #B0255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0255E

Black with #B0255E

Text Example


Text Example

White with #B0255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0255E; }

 p { color: rgb(176,37,94); }

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

background-color css

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

 a { background-color: rgb(176,37,94); }

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

border-color css

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

 span { border-color: rgb(176,37,94); }

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