Html Css Color HEX #B23B4A Old Rose

📋 copy color: '#B23B4A'

red 178 ◦ green 59 ◦ blue 74

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

Shades of Old Rose #B23B4A

Tints of Old Rose #B23B4A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.97%

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 57.23%
G = 18.97%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B23B4A (or 0xB23B4A) is known color: Old Rose. HEX triplet: B2, 3B and 4A. RGB value is (178,59,74). Sum of RGB (Red+Green+Blue) = 178+59+74=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B4A is #4DC4B5. Grayscale: #606060. Windows color (decimal): -5096630 or 4864946. OLE color: 4864946.

HSL color Cylindrical-coordinate representation of color #B23B4A: hue angle of 352.44º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B4A is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 59 74 -
CMYK 0 0.67 0.58 0.30
HSL 352.44º 0.5% 0.46% -
HSV(B) 352.44º 0.67% 0.7% -
XYZ 21.16 13.09 7.89 -
YUV 96.29 115.42 186.28 -
System Red Green Blue C M Y K H S L
Decimal 178 59 74 0 0.67 0.58 0.30 352.44 0.5 0.46
Hex B2 3B 4A 0 43 3A 1E 160 32 2E
Octal 262 73 112 0 103 72 36 540 62 56
Binary 10110010 111011 1001010 0 1000011 111010 11110 101100000 110010 101110

Color Harmonies of #B23B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B4A

Black with #B23B4A

Text Example


Text Example

White with #B23B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B4A; }

 p { color: rgb(178,59,74); }

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

background-color css

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

 a { background-color: rgb(178,59,74); }

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

border-color css

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

 span { border-color: rgb(178,59,74); }

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