Html Css Color HEX #B84347 Old Rose

📋 copy color: '#B84347'

red 184 ◦ green 67 ◦ blue 71

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

Shades of Old Rose #B84347

Tints of Old Rose #B84347

RGB

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

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

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

R = 57.14%
G = 20.81%
B = 22.05%

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

#B84347 (or 0xB84347) is known color: Old Rose. HEX triplet: B8, 43 and 47. RGB value is (184,67,71). Sum of RGB (Red+Green+Blue) = 184+67+71=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B84347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84347 is #47BCB8. Grayscale: #666666. Windows color (decimal): -4701369 or 4670392. OLE color: 4670392.

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

Color convert

RGB 184 67 71 -
CMYK 0 0.64 0.61 0.28
HSL 357.95º 0.47% 0.49% -
HSV(B) 357.95º 0.64% 0.72% -
XYZ 22.91 14.66 7.58 -
YUV 102.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 184 67 71 0 0.64 0.61 0.28 357.95 0.47 0.49
Hex B8 43 47 0 40 3D 1C 166 2F 31
Octal 270 103 107 0 100 75 34 546 57 61
Binary 10111000 1000011 1000111 0 1000000 111101 11100 101100110 101111 110001

Color Harmonies of #B84347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84347

Black with #B84347

Text Example


Text Example

White with #B84347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84347; }

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

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

background-color css

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

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

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

border-color css

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

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

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