Html Css Color HEX #B0265D Lipstick

📋 copy color: '#B0265D'

red 176 ◦ green 38 ◦ blue 93

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

Shades of Lipstick #B0265D

Tints of Lipstick #B0265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 57.33%
G = 12.38%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0265D (or 0xB0265D) is known color: Lipstick. HEX triplet: B0, 26 and 5D. RGB value is (176,38,93). Sum of RGB (Red+Green+Blue) = 176+38+93=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0265D is #4FD9A2. Grayscale: #555555. Windows color (decimal): -5233059 or 6104752. OLE color: 6104752.

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

Color convert

RGB 176 38 93 -
CMYK 0 0.78 0.47 0.31
HSL 336.09º 0.64% 0.42% -
HSV(B) 336.09º 0.78% 0.69% -
XYZ 20.57 11.41 11.47 -
YUV 85.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 176 38 93 0 0.78 0.47 0.31 336.09 0.64 0.42
Hex B0 26 5D 0 4E 2F 1F 150 40 2A
Octal 260 46 135 0 116 57 37 520 100 52
Binary 10110000 100110 1011101 0 1001110 101111 11111 101010000 1000000 101010

Color Harmonies of #B0265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0265D

Black with #B0265D

Text Example


Text Example

White with #B0265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0265D; }

 p { color: rgb(176,38,93); }

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

background-color css

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

 a { background-color: rgb(176,38,93); }

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

border-color css

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

 span { border-color: rgb(176,38,93); }

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