Html Css Color HEX #B23643 Old Rose

📋 copy color: '#B23643'

red 178 ◦ green 54 ◦ blue 67

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

Shades of Old Rose #B23643

Tints of Old Rose #B23643

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

 BLUE value IS 67 (26.56% from 255) = 22.41%

R = 59.53%
G = 18.06%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B23643 (or 0xB23643) is known color: Old Rose. HEX triplet: B2, 36 and 43. RGB value is (178,54,67). Sum of RGB (Red+Green+Blue) = 178+54+67=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23643 is #4DC9BC. Grayscale: #5C5C5C. Windows color (decimal): -5097917 or 4404914. OLE color: 4404914.

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

Color convert

RGB 178 54 67 -
CMYK 0 0.70 0.62 0.30
HSL 353.71º 0.53% 0.45% -
HSV(B) 353.71º 0.7% 0.7% -
XYZ 20.69 12.51 6.63 -
YUV 92.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 178 54 67 0 0.70 0.62 0.30 353.71 0.53 0.45
Hex B2 36 43 0 46 3E 1E 162 35 2D
Octal 262 66 103 0 106 76 36 542 65 55
Binary 10110010 110110 1000011 0 1000110 111110 11110 101100010 110101 101101

Color Harmonies of #B23643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23643

Black with #B23643

Text Example


Text Example

White with #B23643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23643; }

 p { color: rgb(178,54,67); }

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

background-color css

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

 a { background-color: rgb(178,54,67); }

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

border-color css

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

 span { border-color: rgb(178,54,67); }

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