Html Css Color HEX #B74146 Old Rose

📋 copy color: '#B74146'

red 183 ◦ green 65 ◦ blue 70

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

Shades of Old Rose #B74146

Tints of Old Rose #B74146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

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

R = 57.55%
G = 20.44%
B = 22.01%

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

#B74146 (or 0xB74146) is known color: Old Rose. HEX triplet: B7, 41 and 46. RGB value is (183,65,70). Sum of RGB (Red+Green+Blue) = 183+65+70=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B74146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74146 is #48BEB9. Grayscale: #646464. Windows color (decimal): -4767418 or 4604343. OLE color: 4604343.

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

Color convert

RGB 183 65 70 -
CMYK 0 0.64 0.62 0.28
HSL 357.46º 0.48% 0.49% -
HSV(B) 357.46º 0.64% 0.72% -
XYZ 22.52 14.29 7.37 -
YUV 100.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 183 65 70 0 0.64 0.62 0.28 357.46 0.48 0.49
Hex B7 41 46 0 40 3E 1C 165 30 31
Octal 267 101 106 0 100 76 34 545 60 61
Binary 10110111 1000001 1000110 0 1000000 111110 11100 101100101 110000 110001

Color Harmonies of #B74146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74146

Black with #B74146

Text Example


Text Example

White with #B74146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74146; }

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

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

background-color css

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

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

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

border-color css

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

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

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