Html Css Color HEX #B83F4C Old Rose

📋 copy color: '#B83F4C'

red 184 ◦ green 63 ◦ blue 76

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

Shades of Old Rose #B83F4C

Tints of Old Rose #B83F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 56.97%
G = 19.5%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B83F4C (or 0xB83F4C) is known color: Old Rose. HEX triplet: B8, 3F and 4C. RGB value is (184,63,76). Sum of RGB (Red+Green+Blue) = 184+63+76=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F4C is #47C0B3. Grayscale: #646464. Windows color (decimal): -4702388 or 4997048. OLE color: 4997048.

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

Color convert

RGB 184 63 76 -
CMYK 0 0.66 0.59 0.28
HSL 353.55º 0.49% 0.48% -
HSV(B) 353.55º 0.66% 0.72% -
XYZ 22.85 14.27 8.39 -
YUV 100.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 184 63 76 0 0.66 0.59 0.28 353.55 0.49 0.48
Hex B8 3F 4C 0 42 3B 1C 162 31 30
Octal 270 77 114 0 102 73 34 542 61 60
Binary 10111000 111111 1001100 0 1000010 111011 11100 101100010 110001 110000

Color Harmonies of #B83F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F4C

Black with #B83F4C

Text Example


Text Example

White with #B83F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F4C; }

 p { color: rgb(184,63,76); }

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

background-color css

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

 a { background-color: rgb(184,63,76); }

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

border-color css

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

 span { border-color: rgb(184,63,76); }

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