Html Css Color HEX #B23354 Old Rose

📋 copy color: '#B23354'

red 178 ◦ green 51 ◦ blue 84

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

Shades of Old Rose #B23354

Tints of Old Rose #B23354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.84%

R = 56.87%
G = 16.29%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B23354 (or 0xB23354) is known color: Old Rose. HEX triplet: B2, 33 and 54. RGB value is (178,51,84). Sum of RGB (Red+Green+Blue) = 178+51+84=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B23354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23354 is #4DCCAB. Grayscale: #5C5C5C. Windows color (decimal): -5098668 or 5518258. OLE color: 5518258.

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

Color convert

RGB 178 51 84 -
CMYK 0 0.71 0.53 0.30
HSL 344.41º 0.55% 0.45% -
HSV(B) 344.41º 0.71% 0.7% -
XYZ 21.14 12.47 9.68 -
YUV 92.74 123.08 188.82 -
System Red Green Blue C M Y K H S L
Decimal 178 51 84 0 0.71 0.53 0.30 344.41 0.55 0.45
Hex B2 33 54 0 47 35 1E 158 37 2D
Octal 262 63 124 0 107 65 36 530 67 55
Binary 10110010 110011 1010100 0 1000111 110101 11110 101011000 110111 101101

Color Harmonies of #B23354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23354

Black with #B23354

Text Example


Text Example

White with #B23354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23354; }

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

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

background-color css

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

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

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

border-color css

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

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

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