Html Css Color HEX #B23150 Old Rose

📋 copy color: '#B23150'

red 178 ◦ green 49 ◦ blue 80

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

Shades of Old Rose #B23150

Tints of Old Rose #B23150

RGB

 RED value IS 178 (69.92% from 255) = 57.98%

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 57.98%
G = 15.96%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B23150 (or 0xB23150) is known color: Old Rose. HEX triplet: B2, 31 and 50. RGB value is (178,49,80). Sum of RGB (Red+Green+Blue) = 178+49+80=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B23150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23150 is #4DCEAF. Grayscale: #5B5B5B. Windows color (decimal): -5099184 or 5255602. OLE color: 5255602.

HSL color Cylindrical-coordinate representation of color #B23150: hue angle of 345.58º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23150 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 80 -
CMYK 0 0.72 0.55 0.30
HSL 345.58º 0.57% 0.45% -
HSV(B) 345.58º 0.72% 0.7% -
XYZ 20.91 12.24 8.85 -
YUV 91.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 178 49 80 0 0.72 0.55 0.30 345.58 0.57 0.45
Hex B2 31 50 0 48 37 1E 15A 39 2D
Octal 262 61 120 0 110 67 36 532 71 55
Binary 10110010 110001 1010000 0 1001000 110111 11110 101011010 111001 101101

Color Harmonies of #B23150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23150

Black with #B23150

Text Example


Text Example

White with #B23150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23150; }

 p { color: rgb(178,49,80); }

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

background-color css

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

 a { background-color: rgb(178,49,80); }

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

border-color css

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

 span { border-color: rgb(178,49,80); }

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