Html Css Color HEX #B83359 Old Rose

📋 copy color: '#B83359'

red 184 ◦ green 51 ◦ blue 89

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

Shades of Old Rose #B83359

Tints of Old Rose #B83359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.74%

 BLUE value IS 89 (35.16% from 255) = 27.47%

R = 56.79%
G = 15.74%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B83359 (or 0xB83359) is known color: Old Rose. HEX triplet: B8, 33 and 59. RGB value is (184,51,89). Sum of RGB (Red+Green+Blue) = 184+51+89=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B83359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83359 is #47CCA6. Grayscale: #5F5F5F. Windows color (decimal): -4705447 or 5845944. OLE color: 5845944.

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

Color convert

RGB 184 51 89 -
CMYK 0 0.72 0.52 0.28
HSL 342.86º 0.57% 0.46% -
HSV(B) 342.86º 0.72% 0.72% -
XYZ 22.75 13.28 10.82 -
YUV 95.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 184 51 89 0 0.72 0.52 0.28 342.86 0.57 0.46
Hex B8 33 59 0 48 34 1C 157 39 2E
Octal 270 63 131 0 110 64 34 527 71 56
Binary 10111000 110011 1011001 0 1001000 110100 11100 101010111 111001 101110

Color Harmonies of #B83359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83359

Black with #B83359

Text Example


Text Example

White with #B83359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83359; }

 p { color: rgb(184,51,89); }

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

background-color css

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

 a { background-color: rgb(184,51,89); }

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

border-color css

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

 span { border-color: rgb(184,51,89); }

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