Html Css Color HEX #B82641 Old Rose

📋 copy color: '#B82641'

red 184 ◦ green 38 ◦ blue 65

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

Shades of Old Rose #B82641

Tints of Old Rose #B82641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 64.11%
G = 13.24%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B82641 (or 0xB82641) is known color: Old Rose. HEX triplet: B8, 26 and 41. RGB value is (184,38,65). Sum of RGB (Red+Green+Blue) = 184+38+65=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B82641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82641 is #47D9BE. Grayscale: #545454. Windows color (decimal): -4708799 or 4269752. OLE color: 4269752.

HSL color Cylindrical-coordinate representation of color #B82641: hue angle of 348.9º degrees, saturation: 0.66, 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 #B82641 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 38 65 -
CMYK 0 0.79 0.65 0.28
HSL 348.9º 0.66% 0.44% -
HSV(B) 348.9º 0.79% 0.72% -
XYZ 21.41 11.96 6.18 -
YUV 84.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 184 38 65 0 0.79 0.65 0.28 348.9 0.66 0.44
Hex B8 26 41 0 4F 41 1C 15D 42 2C
Octal 270 46 101 0 117 101 34 535 102 54
Binary 10111000 100110 1000001 0 1001111 1000001 11100 101011101 1000010 101100

Color Harmonies of #B82641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82641

Black with #B82641

Text Example


Text Example

White with #B82641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82641; }

 p { color: rgb(184,38,65); }

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

background-color css

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

 a { background-color: rgb(184,38,65); }

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

border-color css

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

 span { border-color: rgb(184,38,65); }

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