Html Css Color HEX #B0235A Lipstick

📋 copy color: '#B0235A'

red 176 ◦ green 35 ◦ blue 90

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

Shades of Lipstick #B0235A

Tints of Lipstick #B0235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 58.47%
G = 11.63%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0235A (or 0xB0235A) is known color: Lipstick. HEX triplet: B0, 23 and 5A. RGB value is (176,35,90). Sum of RGB (Red+Green+Blue) = 176+35+90=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0235A is #4FDCA5. Grayscale: #535353. Windows color (decimal): -5233830 or 5907376. OLE color: 5907376.

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

Color convert

RGB 176 35 90 -
CMYK 0 0.80 0.49 0.31
HSL 336.6º 0.67% 0.41% -
HSV(B) 336.6º 0.8% 0.69% -
XYZ 20.35 11.17 10.76 -
YUV 83.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 176 35 90 0 0.80 0.49 0.31 336.6 0.67 0.41
Hex B0 23 5A 0 50 31 1F 151 43 29
Octal 260 43 132 0 120 61 37 521 103 51
Binary 10110000 100011 1011010 0 1010000 110001 11111 101010001 1000011 101001

Color Harmonies of #B0235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0235A

Black with #B0235A

Text Example


Text Example

White with #B0235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0235A; }

 p { color: rgb(176,35,90); }

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

background-color css

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

 a { background-color: rgb(176,35,90); }

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

border-color css

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

 span { border-color: rgb(176,35,90); }

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