Html Css Color HEX #B74346 Old Rose

📋 copy color: '#B74346'

red 183 ◦ green 67 ◦ blue 70

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

Shades of Old Rose #B74346

Tints of Old Rose #B74346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

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

R = 57.19%
G = 20.94%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B74346 (or 0xB74346) is known color: Old Rose. HEX triplet: B7, 43 and 46. RGB value is (183,67,70). Sum of RGB (Red+Green+Blue) = 183+67+70=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B74346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74346 is #48BCB9. Grayscale: #666666. Windows color (decimal): -4766906 or 4604855. OLE color: 4604855.

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

Color convert

RGB 183 67 70 -
CMYK 0 0.63 0.62 0.28
HSL 358.45º 0.46% 0.49% -
HSV(B) 358.45º 0.63% 0.72% -
XYZ 22.64 14.52 7.4 -
YUV 102.03 109.93 185.76 -
System Red Green Blue C M Y K H S L
Decimal 183 67 70 0 0.63 0.62 0.28 358.45 0.46 0.49
Hex B7 43 46 0 3F 3E 1C 166 2E 31
Octal 267 103 106 0 77 76 34 546 56 61
Binary 10110111 1000011 1000110 0 111111 111110 11100 101100110 101110 110001

Color Harmonies of #B74346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74346

Black with #B74346

Text Example


Text Example

White with #B74346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74346; }

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

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

background-color css

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

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

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

border-color css

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

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

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