Html Css Color HEX #B74249 Old Rose

📋 copy color: '#B74249'

red 183 ◦ green 66 ◦ blue 73

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

Shades of Old Rose #B74249

Tints of Old Rose #B74249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 73 (28.91% from 255) = 22.67%

R = 56.83%
G = 20.5%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B74249 (or 0xB74249) is known color: Old Rose. HEX triplet: B7, 42 and 49. RGB value is (183,66,73). Sum of RGB (Red+Green+Blue) = 183+66+73=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B74249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74249 is #48BDB6. Grayscale: #656565. Windows color (decimal): -4767159 or 4801207. OLE color: 4801207.

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

Color convert

RGB 183 66 73 -
CMYK 0 0.64 0.60 0.28
HSL 356.41º 0.47% 0.49% -
HSV(B) 356.41º 0.64% 0.72% -
XYZ 22.68 14.44 7.9 -
YUV 101.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 183 66 73 0 0.64 0.60 0.28 356.41 0.47 0.49
Hex B7 42 49 0 40 3C 1C 164 2F 31
Octal 267 102 111 0 100 74 34 544 57 61
Binary 10110111 1000010 1001001 0 1000000 111100 11100 101100100 101111 110001

Color Harmonies of #B74249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74249

Black with #B74249

Text Example


Text Example

White with #B74249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74249; }

 p { color: rgb(183,66,73); }

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

background-color css

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

 a { background-color: rgb(183,66,73); }

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

border-color css

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

 span { border-color: rgb(183,66,73); }

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