Html Css Color HEX #B84045 Old Rose

📋 copy color: '#B84045'

red 184 ◦ green 64 ◦ blue 69

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

Shades of Old Rose #B84045

Tints of Old Rose #B84045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

 BLUE value IS 69 (27.34% from 255) = 21.77%

R = 58.04%
G = 20.19%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B84045 (or 0xB84045) is known color: Old Rose. HEX triplet: B8, 40 and 45. RGB value is (184,64,69). Sum of RGB (Red+Green+Blue) = 184+64+69=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B84045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84045 is #47BFBA. Grayscale: #646464. Windows color (decimal): -4702139 or 4538552. OLE color: 4538552.

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

Color convert

RGB 184 64 69 -
CMYK 0 0.65 0.62 0.28
HSL 357.5º 0.48% 0.49% -
HSV(B) 357.5º 0.65% 0.72% -
XYZ 22.67 14.29 7.19 -
YUV 100.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 184 64 69 0 0.65 0.62 0.28 357.5 0.48 0.49
Hex B8 40 45 0 41 3E 1C 166 30 31
Octal 270 100 105 0 101 76 34 546 60 61
Binary 10111000 1000000 1000101 0 1000001 111110 11100 101100110 110000 110001

Color Harmonies of #B84045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84045

Black with #B84045

Text Example


Text Example

White with #B84045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84045; }

 p { color: rgb(184,64,69); }

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

background-color css

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

 a { background-color: rgb(184,64,69); }

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

border-color css

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

 span { border-color: rgb(184,64,69); }

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