Html Css Color HEX #B73845 Old Rose

📋 copy color: '#B73845'

red 183 ◦ green 56 ◦ blue 69

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

Shades of Old Rose #B73845

Tints of Old Rose #B73845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

 BLUE value IS 69 (27.34% from 255) = 22.4%

R = 59.42%
G = 18.18%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B73845 (or 0xB73845) is known color: Old Rose. HEX triplet: B7, 38 and 45. RGB value is (183,56,69). Sum of RGB (Red+Green+Blue) = 183+56+69=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B73845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73845 is #48C7BA. Grayscale: #5F5F5F. Windows color (decimal): -4769723 or 4536503. OLE color: 4536503.

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

Color convert

RGB 183 56 69 -
CMYK 0 0.69 0.62 0.28
HSL 353.86º 0.53% 0.47% -
HSV(B) 353.86º 0.69% 0.72% -
XYZ 22.02 13.33 7.04 -
YUV 95.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 183 56 69 0 0.69 0.62 0.28 353.86 0.53 0.47
Hex B7 38 45 0 45 3E 1C 162 35 2F
Octal 267 70 105 0 105 76 34 542 65 57
Binary 10110111 111000 1000101 0 1000101 111110 11100 101100010 110101 101111

Color Harmonies of #B73845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73845

Black with #B73845

Text Example


Text Example

White with #B73845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73845; }

 p { color: rgb(183,56,69); }

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

background-color css

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

 a { background-color: rgb(183,56,69); }

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

border-color css

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

 span { border-color: rgb(183,56,69); }

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