Html Css Color HEX #B23146 Old Rose

📋 copy color: '#B23146'

red 178 ◦ green 49 ◦ blue 70

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

Shades of Old Rose #B23146

Tints of Old Rose #B23146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 59.93%
G = 16.5%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B23146 (or 0xB23146) is known color: Old Rose. HEX triplet: B2, 31 and 46. RGB value is (178,49,70). Sum of RGB (Red+Green+Blue) = 178+49+70=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B23146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23146 is #4DCEB9. Grayscale: #5A5A5A. Windows color (decimal): -5099194 or 4600242. OLE color: 4600242.

HSL color Cylindrical-coordinate representation of color #B23146: hue angle of 350.23º 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 #B23146 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 49 70 -
CMYK 0 0.72 0.61 0.30
HSL 350.23º 0.57% 0.45% -
HSV(B) 350.23º 0.72% 0.7% -
XYZ 20.56 12.1 7.05 -
YUV 89.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 178 49 70 0 0.72 0.61 0.30 350.23 0.57 0.45
Hex B2 31 46 0 48 3D 1E 15E 39 2D
Octal 262 61 106 0 110 75 36 536 71 55
Binary 10110010 110001 1000110 0 1001000 111101 11110 101011110 111001 101101

Color Harmonies of #B23146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23146

Black with #B23146

Text Example


Text Example

White with #B23146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23146; }

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

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

background-color css

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

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

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

border-color css

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

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

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