Html Css Color HEX #B73743 Old Rose

📋 copy color: '#B73743'

red 183 ◦ green 55 ◦ blue 67

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

Shades of Old Rose #B73743

Tints of Old Rose #B73743

RGB

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

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

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

R = 60%
G = 18.03%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B73743 (or 0xB73743) is known color: Old Rose. HEX triplet: B7, 37 and 43. RGB value is (183,55,67). Sum of RGB (Red+Green+Blue) = 183+55+67=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B73743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73743 is #48C8BC. Grayscale: #5E5E5E. Windows color (decimal): -4769981 or 4405175. OLE color: 4405175.

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

Color convert

RGB 183 55 67 -
CMYK 0 0.70 0.63 0.28
HSL 354.38º 0.54% 0.47% -
HSV(B) 354.38º 0.7% 0.72% -
XYZ 21.91 13.2 6.7 -
YUV 94.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 183 55 67 0 0.70 0.63 0.28 354.38 0.54 0.47
Hex B7 37 43 0 46 3F 1C 162 36 2F
Octal 267 67 103 0 106 77 34 542 66 57
Binary 10110111 110111 1000011 0 1000110 111111 11100 101100010 110110 101111

Color Harmonies of #B73743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73743

Black with #B73743

Text Example


Text Example

White with #B73743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73743; }

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

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

background-color css

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

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

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

border-color css

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

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

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