Html Css Color HEX #B83B58 Old Rose

📋 copy color: '#B83B58'

red 184 ◦ green 59 ◦ blue 88

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

Shades of Old Rose #B83B58

Tints of Old Rose #B83B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

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

R = 55.59%
G = 17.82%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B83B58 (or 0xB83B58) is known color: Old Rose. HEX triplet: B8, 3B and 58. RGB value is (184,59,88). Sum of RGB (Red+Green+Blue) = 184+59+88=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B58 is #47C4A7. Grayscale: #636363. Windows color (decimal): -4703400 or 5782456. OLE color: 5782456.

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

Color convert

RGB 184 59 88 -
CMYK 0 0.68 0.52 0.28
HSL 346.08º 0.51% 0.48% -
HSV(B) 346.08º 0.68% 0.72% -
XYZ 23.09 14.02 10.72 -
YUV 99.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 184 59 88 0 0.68 0.52 0.28 346.08 0.51 0.48
Hex B8 3B 58 0 44 34 1C 15A 33 30
Octal 270 73 130 0 104 64 34 532 63 60
Binary 10111000 111011 1011000 0 1000100 110100 11100 101011010 110011 110000

Color Harmonies of #B83B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B58

Black with #B83B58

Text Example


Text Example

White with #B83B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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