Html Css Color HEX #B82358 Old Rose

📋 copy color: '#B82358'

red 184 ◦ green 35 ◦ blue 88

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

Shades of Old Rose #B82358

Tints of Old Rose #B82358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.66%

R = 59.93%
G = 11.4%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B82358 (or 0xB82358) is known color: Old Rose. HEX triplet: B8, 23 and 58. RGB value is (184,35,88). Sum of RGB (Red+Green+Blue) = 184+35+88=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B82358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82358 is #47DCA7. Grayscale: #555555. Windows color (decimal): -4709544 or 5776312. OLE color: 5776312.

HSL color Cylindrical-coordinate representation of color #B82358: hue angle of 338.66º 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 #B82358 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 35 88 -
CMYK 0 0.81 0.52 0.28
HSL 338.66º 0.68% 0.43% -
HSV(B) 338.66º 0.81% 0.72% -
XYZ 22.13 12.1 10.4 -
YUV 85.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 184 35 88 0 0.81 0.52 0.28 338.66 0.68 0.43
Hex B8 23 58 0 51 34 1C 153 44 2B
Octal 270 43 130 0 121 64 34 523 104 53
Binary 10111000 100011 1011000 0 1010001 110100 11100 101010011 1000100 101011

Color Harmonies of #B82358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82358

Black with #B82358

Text Example


Text Example

White with #B82358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82358; }

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

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

background-color css

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

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

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

border-color css

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

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

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