Html Css Color HEX #B73843 Old Rose

📋 copy color: '#B73843'

red 183 ◦ green 56 ◦ blue 67

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

Shades of Old Rose #B73843

Tints of Old Rose #B73843

RGB

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

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

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

R = 59.8%
G = 18.3%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B73843 (or 0xB73843) is known color: Old Rose. HEX triplet: B7, 38 and 43. RGB value is (183,56,67). Sum of RGB (Red+Green+Blue) = 183+56+67=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B73843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73843 is #48C7BC. Grayscale: #5F5F5F. Windows color (decimal): -4769725 or 4405431. OLE color: 4405431.

HSL color Cylindrical-coordinate representation of color #B73843: hue angle of 354.8º 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 #B73843 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 67 -
CMYK 0 0.69 0.63 0.28
HSL 354.8º 0.53% 0.47% -
HSV(B) 354.8º 0.69% 0.72% -
XYZ 21.96 13.3 6.72 -
YUV 95.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 183 56 67 0 0.69 0.63 0.28 354.8 0.53 0.47
Hex B7 38 43 0 45 3F 1C 163 35 2F
Octal 267 70 103 0 105 77 34 543 65 57
Binary 10110111 111000 1000011 0 1000101 111111 11100 101100011 110101 101111

Color Harmonies of #B73843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73843

Black with #B73843

Text Example


Text Example

White with #B73843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73843; }

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

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

background-color css

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

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

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

border-color css

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

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

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