Html Css Color HEX #B82362 Old Rose

📋 copy color: '#B82362'

red 184 ◦ green 35 ◦ blue 98

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

Shades of Old Rose #B82362

Tints of Old Rose #B82362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

 BLUE value IS 98 (38.67% from 255) = 30.91%

R = 58.04%
G = 11.04%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B82362 (or 0xB82362) is known color: Old Rose. HEX triplet: B8, 23 and 62. RGB value is (184,35,98). Sum of RGB (Red+Green+Blue) = 184+35+98=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B82362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82362 is #47DC9D. Grayscale: #565656. Windows color (decimal): -4709534 or 6431672. OLE color: 6431672.

HSL color Cylindrical-coordinate representation of color #B82362: hue angle of 334.63º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82362 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 35 98 -
CMYK 0 0.81 0.47 0.28
HSL 334.63º 0.68% 0.43% -
HSV(B) 334.63º 0.81% 0.72% -
XYZ 22.57 12.27 12.73 -
YUV 86.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 184 35 98 0 0.81 0.47 0.28 334.63 0.68 0.43
Hex B8 23 62 0 51 2F 1C 14F 44 2B
Octal 270 43 142 0 121 57 34 517 104 53
Binary 10111000 100011 1100010 0 1010001 101111 11100 101001111 1000100 101011

Color Harmonies of #B82362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82362

Black with #B82362

Text Example


Text Example

White with #B82362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82362; }

 p { color: rgb(184,35,98); }

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

background-color css

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

 a { background-color: rgb(184,35,98); }

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

border-color css

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

 span { border-color: rgb(184,35,98); }

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