Html Css Color HEX #B23743 Old Rose

📋 copy color: '#B23743'

red 178 ◦ green 55 ◦ blue 67

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

Shades of Old Rose #B23743

Tints of Old Rose #B23743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.33%

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

R = 59.33%
G = 18.33%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B23743 (or 0xB23743) is known color: Old Rose. HEX triplet: B2, 37 and 43. RGB value is (178,55,67). Sum of RGB (Red+Green+Blue) = 178+55+67=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B23743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23743 is #4DC8BC. Grayscale: #5D5D5D. Windows color (decimal): -5097661 or 4405170. OLE color: 4405170.

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

Color convert

RGB 178 55 67 -
CMYK 0 0.69 0.62 0.30
HSL 354.15º 0.53% 0.46% -
HSV(B) 354.15º 0.69% 0.7% -
XYZ 20.74 12.6 6.65 -
YUV 93.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 178 55 67 0 0.69 0.62 0.30 354.15 0.53 0.46
Hex B2 37 43 0 45 3E 1E 162 35 2E
Octal 262 67 103 0 105 76 36 542 65 56
Binary 10110010 110111 1000011 0 1000101 111110 11110 101100010 110101 101110

Color Harmonies of #B23743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23743

Black with #B23743

Text Example


Text Example

White with #B23743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23743; }

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

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

background-color css

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

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

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

border-color css

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

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

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