Html Css Color HEX #B84247 Old Rose

📋 copy color: '#B84247'

red 184 ◦ green 66 ◦ blue 71

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

Shades of Old Rose #B84247

Tints of Old Rose #B84247

RGB

 RED value IS 184 (72.27% from 255) = 57.32%

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

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

R = 57.32%
G = 20.56%
B = 22.12%

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

#B84247 (or 0xB84247) is known color: Old Rose. HEX triplet: B8, 42 and 47. RGB value is (184,66,71). Sum of RGB (Red+Green+Blue) = 184+66+71=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B84247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84247 is #47BDB8. Grayscale: #656565. Windows color (decimal): -4701625 or 4670136. OLE color: 4670136.

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

Color convert

RGB 184 66 71 -
CMYK 0 0.64 0.61 0.28
HSL 357.46º 0.47% 0.49% -
HSV(B) 357.46º 0.64% 0.72% -
XYZ 22.85 14.54 7.56 -
YUV 101.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 184 66 71 0 0.64 0.61 0.28 357.46 0.47 0.49
Hex B8 42 47 0 40 3D 1C 165 2F 31
Octal 270 102 107 0 100 75 34 545 57 61
Binary 10111000 1000010 1000111 0 1000000 111101 11100 101100101 101111 110001

Color Harmonies of #B84247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84247

Black with #B84247

Text Example


Text Example

White with #B84247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84247; }

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

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

background-color css

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

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

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

border-color css

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

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

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