Html Css Color HEX #B74246 Old Rose

📋 copy color: '#B74246'

red 183 ◦ green 66 ◦ blue 70

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

Shades of Old Rose #B74246

Tints of Old Rose #B74246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 57.37%
G = 20.69%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B74246 (or 0xB74246) is known color: Old Rose. HEX triplet: B7, 42 and 46. RGB value is (183,66,70). Sum of RGB (Red+Green+Blue) = 183+66+70=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B74246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74246 is #48BDB9. Grayscale: #656565. Windows color (decimal): -4767162 or 4604599. OLE color: 4604599.

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

Color convert

RGB 183 66 70 -
CMYK 0 0.64 0.62 0.28
HSL 357.95º 0.47% 0.49% -
HSV(B) 357.95º 0.64% 0.72% -
XYZ 22.58 14.41 7.38 -
YUV 101.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 183 66 70 0 0.64 0.62 0.28 357.95 0.47 0.49
Hex B7 42 46 0 40 3E 1C 166 2F 31
Octal 267 102 106 0 100 76 34 546 57 61
Binary 10110111 1000010 1000110 0 1000000 111110 11100 101100110 101111 110001

Color Harmonies of #B74246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74246

Black with #B74246

Text Example


Text Example

White with #B74246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74246; }

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

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

background-color css

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

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

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

border-color css

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

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

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