Html Css Color HEX #B23356 Old Rose

📋 copy color: '#B23356'

red 178 ◦ green 51 ◦ blue 86

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

Shades of Old Rose #B23356

Tints of Old Rose #B23356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 56.51%
G = 16.19%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B23356 (or 0xB23356) is known color: Old Rose. HEX triplet: B2, 33 and 56. RGB value is (178,51,86). Sum of RGB (Red+Green+Blue) = 178+51+86=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B23356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23356 is #4DCCA9. Grayscale: #5C5C5C. Windows color (decimal): -5098666 or 5649330. OLE color: 5649330.

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

Color convert

RGB 178 51 86 -
CMYK 0 0.71 0.52 0.30
HSL 343.46º 0.55% 0.45% -
HSV(B) 343.46º 0.71% 0.7% -
XYZ 21.22 12.5 10.1 -
YUV 92.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 178 51 86 0 0.71 0.52 0.30 343.46 0.55 0.45
Hex B2 33 56 0 47 34 1E 157 37 2D
Octal 262 63 126 0 107 64 36 527 67 55
Binary 10110010 110011 1010110 0 1000111 110100 11110 101010111 110111 101101

Color Harmonies of #B23356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23356

Black with #B23356

Text Example


Text Example

White with #B23356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23356; }

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

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

background-color css

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

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

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

border-color css

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

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

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