Html Css Color HEX #B23155 Old Rose

📋 copy color: '#B23155'

red 178 ◦ green 49 ◦ blue 85

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

Shades of Old Rose #B23155

Tints of Old Rose #B23155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 57.05%
G = 15.71%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B23155 (or 0xB23155) is known color: Old Rose. HEX triplet: B2, 31 and 55. RGB value is (178,49,85). Sum of RGB (Red+Green+Blue) = 178+49+85=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B23155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23155 is #4DCEAA. Grayscale: #5B5B5B. Windows color (decimal): -5099179 or 5583282. OLE color: 5583282.

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

Color convert

RGB 178 49 85 -
CMYK 0 0.72 0.52 0.30
HSL 343.26º 0.57% 0.45% -
HSV(B) 343.26º 0.72% 0.7% -
XYZ 21.1 12.32 9.86 -
YUV 91.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 178 49 85 0 0.72 0.52 0.30 343.26 0.57 0.45
Hex B2 31 55 0 48 34 1E 157 39 2D
Octal 262 61 125 0 110 64 36 527 71 55
Binary 10110010 110001 1010101 0 1001000 110100 11110 101010111 111001 101101

Color Harmonies of #B23155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23155

Black with #B23155

Text Example


Text Example

White with #B23155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23155; }

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

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

background-color css

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

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

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

border-color css

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

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

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