Html Css Color HEX #B23255 Old Rose

📋 copy color: '#B23255'

red 178 ◦ green 50 ◦ blue 85

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

Shades of Old Rose #B23255

Tints of Old Rose #B23255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 56.87%
G = 15.97%
B = 27.16%

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

#B23255 (or 0xB23255) is known color: Old Rose. HEX triplet: B2, 32 and 55. RGB value is (178,50,85). Sum of RGB (Red+Green+Blue) = 178+50+85=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B23255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23255 is #4DCDAA. Grayscale: #5C5C5C. Windows color (decimal): -5098923 or 5583538. OLE color: 5583538.

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

Color convert

RGB 178 50 85 -
CMYK 0 0.72 0.52 0.30
HSL 343.59º 0.56% 0.45% -
HSV(B) 343.59º 0.72% 0.7% -
XYZ 21.14 12.4 9.87 -
YUV 92.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 178 50 85 0 0.72 0.52 0.30 343.59 0.56 0.45
Hex B2 32 55 0 48 34 1E 158 38 2D
Octal 262 62 125 0 110 64 36 530 70 55
Binary 10110010 110010 1010101 0 1001000 110100 11110 101011000 111000 101101

Color Harmonies of #B23255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23255

Black with #B23255

Text Example


Text Example

White with #B23255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23255; }

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

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

background-color css

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

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

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

border-color css

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

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

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