Html Css Color HEX #B23256 Old Rose

📋 copy color: '#B23256'

red 178 ◦ green 50 ◦ blue 86

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

Shades of Old Rose #B23256

Tints of Old Rose #B23256

RGB

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

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

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

R = 56.69%
G = 15.92%
B = 27.39%

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

#B23256 (or 0xB23256) is known color: Old Rose. HEX triplet: B2, 32 and 56. RGB value is (178,50,86). Sum of RGB (Red+Green+Blue) = 178+50+86=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B23256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23256 is #4DCDA9. Grayscale: #5C5C5C. Windows color (decimal): -5098922 or 5649074. OLE color: 5649074.

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

Color convert

RGB 178 50 86 -
CMYK 0 0.72 0.52 0.30
HSL 343.13º 0.56% 0.45% -
HSV(B) 343.13º 0.72% 0.7% -
XYZ 21.18 12.42 10.08 -
YUV 92.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 178 50 86 0 0.72 0.52 0.30 343.13 0.56 0.45
Hex B2 32 56 0 48 34 1E 157 38 2D
Octal 262 62 126 0 110 64 36 527 70 55
Binary 10110010 110010 1010110 0 1001000 110100 11110 101010111 111000 101101

Color Harmonies of #B23256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23256

Black with #B23256

Text Example


Text Example

White with #B23256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23256; }

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

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

background-color css

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

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

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

border-color css

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

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

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