Html Css Color HEX #B23357 Old Rose

📋 copy color: '#B23357'

red 178 ◦ green 51 ◦ blue 87

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

Shades of Old Rose #B23357

Tints of Old Rose #B23357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.14%

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

R = 56.33%
G = 16.14%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B23357 (or 0xB23357) is known color: Old Rose. HEX triplet: B2, 33 and 57. RGB value is (178,51,87). Sum of RGB (Red+Green+Blue) = 178+51+87=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B23357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23357 is #4DCCA8. Grayscale: #5D5D5D. Windows color (decimal): -5098665 or 5714866. OLE color: 5714866.

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

Color convert

RGB 178 51 87 -
CMYK 0 0.71 0.51 0.30
HSL 342.99º 0.55% 0.45% -
HSV(B) 342.99º 0.71% 0.7% -
XYZ 21.26 12.52 10.31 -
YUV 93.08 124.58 188.57 -
System Red Green Blue C M Y K H S L
Decimal 178 51 87 0 0.71 0.51 0.30 342.99 0.55 0.45
Hex B2 33 57 0 47 33 1E 157 37 2D
Octal 262 63 127 0 107 63 36 527 67 55
Binary 10110010 110011 1010111 0 1000111 110011 11110 101010111 110111 101101

Color Harmonies of #B23357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23357

Black with #B23357

Text Example


Text Example

White with #B23357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23357; }

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

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

background-color css

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

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

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

border-color css

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

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

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