Html Css Color HEX #B74247 Old Rose

📋 copy color: '#B74247'

red 183 ◦ green 66 ◦ blue 71

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

Shades of Old Rose #B74247

Tints of Old Rose #B74247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 57.19%
G = 20.63%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B74247 (or 0xB74247) is known color: Old Rose. HEX triplet: B7, 42 and 47. RGB value is (183,66,71). Sum of RGB (Red+Green+Blue) = 183+66+71=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B74247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74247 is #48BDB8. Grayscale: #656565. Windows color (decimal): -4767161 or 4670135. OLE color: 4670135.

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

Color convert

RGB 183 66 71 -
CMYK 0 0.64 0.61 0.28
HSL 357.44º 0.47% 0.49% -
HSV(B) 357.44º 0.64% 0.72% -
XYZ 22.61 14.42 7.55 -
YUV 101.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 183 66 71 0 0.64 0.61 0.28 357.44 0.47 0.49
Hex B7 42 47 0 40 3D 1C 165 2F 31
Octal 267 102 107 0 100 75 34 545 57 61
Binary 10110111 1000010 1000111 0 1000000 111101 11100 101100101 101111 110001

Color Harmonies of #B74247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74247

Black with #B74247

Text Example


Text Example

White with #B74247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74247; }

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

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

background-color css

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

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

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

border-color css

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

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

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