Html Css Color HEX #B23257 Old Rose

📋 copy color: '#B23257'

red 178 ◦ green 50 ◦ blue 87

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

Shades of Old Rose #B23257

Tints of Old Rose #B23257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.62%

R = 56.51%
G = 15.87%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B23257 (or 0xB23257) is known color: Old Rose. HEX triplet: B2, 32 and 57. RGB value is (178,50,87). Sum of RGB (Red+Green+Blue) = 178+50+87=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B23257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23257 is #4DCDA8. Grayscale: #5C5C5C. Windows color (decimal): -5098921 or 5714610. OLE color: 5714610.

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

Color convert

RGB 178 50 87 -
CMYK 0 0.72 0.51 0.30
HSL 342.66º 0.56% 0.45% -
HSV(B) 342.66º 0.72% 0.7% -
XYZ 21.22 12.43 10.3 -
YUV 92.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 178 50 87 0 0.72 0.51 0.30 342.66 0.56 0.45
Hex B2 32 57 0 48 33 1E 157 38 2D
Octal 262 62 127 0 110 63 36 527 70 55
Binary 10110010 110010 1010111 0 1001000 110011 11110 101010111 111000 101101

Color Harmonies of #B23257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23257

Black with #B23257

Text Example


Text Example

White with #B23257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23257; }

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

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

background-color css

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

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

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

border-color css

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

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

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