Html Css Color HEX #B0235C Lipstick

📋 copy color: '#B0235C'

red 176 ◦ green 35 ◦ blue 92

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

Shades of Lipstick #B0235C

Tints of Lipstick #B0235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 58.09%
G = 11.55%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0235C (or 0xB0235C) is known color: Lipstick. HEX triplet: B0, 23 and 5C. RGB value is (176,35,92). Sum of RGB (Red+Green+Blue) = 176+35+92=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B0235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0235C is #4FDCA3. Grayscale: #535353. Windows color (decimal): -5233828 or 6038448. OLE color: 6038448.

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

Color convert

RGB 176 35 92 -
CMYK 0 0.80 0.48 0.31
HSL 335.74º 0.67% 0.41% -
HSV(B) 335.74º 0.8% 0.69% -
XYZ 20.44 11.2 11.21 -
YUV 83.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 176 35 92 0 0.80 0.48 0.31 335.74 0.67 0.41
Hex B0 23 5C 0 50 30 1F 150 43 29
Octal 260 43 134 0 120 60 37 520 103 51
Binary 10110000 100011 1011100 0 1010000 110000 11111 101010000 1000011 101001

Color Harmonies of #B0235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0235C

Black with #B0235C

Text Example


Text Example

White with #B0235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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