Html Css Color HEX #B82746 Old Rose

📋 copy color: '#B82746'

red 184 ◦ green 39 ◦ blue 70

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

Shades of Old Rose #B82746

Tints of Old Rose #B82746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.31%

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

R = 62.8%
G = 13.31%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B82746 (or 0xB82746) is known color: Old Rose. HEX triplet: B8, 27 and 46. RGB value is (184,39,70). Sum of RGB (Red+Green+Blue) = 184+39+70=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B82746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82746 is #47D8B9. Grayscale: #555555. Windows color (decimal): -4708538 or 4597688. OLE color: 4597688.

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

Color convert

RGB 184 39 70 -
CMYK 0 0.79 0.62 0.28
HSL 347.17º 0.65% 0.44% -
HSV(B) 347.17º 0.79% 0.72% -
XYZ 21.6 12.08 6.99 -
YUV 85.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 184 39 70 0 0.79 0.62 0.28 347.17 0.65 0.44
Hex B8 27 46 0 4F 3E 1C 15B 41 2C
Octal 270 47 106 0 117 76 34 533 101 54
Binary 10111000 100111 1000110 0 1001111 111110 11100 101011011 1000001 101100

Color Harmonies of #B82746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82746

Black with #B82746

Text Example


Text Example

White with #B82746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82746; }

 p { color: rgb(184,39,70); }

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

background-color css

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

 a { background-color: rgb(184,39,70); }

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

border-color css

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

 span { border-color: rgb(184,39,70); }

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