Html Css Color HEX #B73746 Old Rose

📋 copy color: '#B73746'

red 183 ◦ green 55 ◦ blue 70

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

Shades of Old Rose #B73746

Tints of Old Rose #B73746

RGB

 RED value IS 183 (71.88% from 255) = 59.42%

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

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 59.42%
G = 17.86%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B73746 (or 0xB73746) is known color: Old Rose. HEX triplet: B7, 37 and 46. RGB value is (183,55,70). Sum of RGB (Red+Green+Blue) = 183+55+70=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B73746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73746 is #48C8B9. Grayscale: #5F5F5F. Windows color (decimal): -4769978 or 4601783. OLE color: 4601783.

HSL color Cylindrical-coordinate representation of color #B73746: hue angle of 352.97º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73746 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 55 70 -
CMYK 0 0.70 0.62 0.28
HSL 352.97º 0.54% 0.47% -
HSV(B) 352.97º 0.7% 0.72% -
XYZ 22 13.24 7.19 -
YUV 94.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 183 55 70 0 0.70 0.62 0.28 352.97 0.54 0.47
Hex B7 37 46 0 46 3E 1C 161 36 2F
Octal 267 67 106 0 106 76 34 541 66 57
Binary 10110111 110111 1000110 0 1000110 111110 11100 101100001 110110 101111

Color Harmonies of #B73746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73746

Black with #B73746

Text Example


Text Example

White with #B73746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73746; }

 p { color: rgb(183,55,70); }

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

background-color css

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

 a { background-color: rgb(183,55,70); }

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

border-color css

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

 span { border-color: rgb(183,55,70); }

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