Html Css Color HEX #B83F4E Old Rose

📋 copy color: '#B83F4E'

red 184 ◦ green 63 ◦ blue 78

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

Shades of Old Rose #B83F4E

Tints of Old Rose #B83F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24%

R = 56.62%
G = 19.38%
B = 24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B83F4E (or 0xB83F4E) is known color: Old Rose. HEX triplet: B8, 3F and 4E. RGB value is (184,63,78). Sum of RGB (Red+Green+Blue) = 184+63+78=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83F4E is #47C0B1. Grayscale: #646464. Windows color (decimal): -4702386 or 5128120. OLE color: 5128120.

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

Color convert

RGB 184 63 78 -
CMYK 0 0.66 0.58 0.28
HSL 352.56º 0.49% 0.48% -
HSV(B) 352.56º 0.66% 0.72% -
XYZ 22.92 14.3 8.76 -
YUV 100.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 184 63 78 0 0.66 0.58 0.28 352.56 0.49 0.48
Hex B8 3F 4E 0 42 3A 1C 161 31 30
Octal 270 77 116 0 102 72 34 541 61 60
Binary 10111000 111111 1001110 0 1000010 111010 11100 101100001 110001 110000

Color Harmonies of #B83F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83F4E

Black with #B83F4E

Text Example


Text Example

White with #B83F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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