Html Css Color HEX #B83C48 Old Rose

📋 copy color: '#B83C48'

red 184 ◦ green 60 ◦ blue 72

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

Shades of Old Rose #B83C48

Tints of Old Rose #B83C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.99%

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 58.23%
G = 18.99%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B83C48 (or 0xB83C48) is known color: Old Rose. HEX triplet: B8, 3C and 48. RGB value is (184,60,72). Sum of RGB (Red+Green+Blue) = 184+60+72=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C48 is #47C3B7. Grayscale: #626262. Windows color (decimal): -4703160 or 4734136. OLE color: 4734136.

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

Color convert

RGB 184 60 72 -
CMYK 0 0.67 0.61 0.28
HSL 354.19º 0.51% 0.48% -
HSV(B) 354.19º 0.67% 0.72% -
XYZ 22.55 13.89 7.62 -
YUV 98.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 184 60 72 0 0.67 0.61 0.28 354.19 0.51 0.48
Hex B8 3C 48 0 43 3D 1C 162 33 30
Octal 270 74 110 0 103 75 34 542 63 60
Binary 10111000 111100 1001000 0 1000011 111101 11100 101100010 110011 110000

Color Harmonies of #B83C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C48

Black with #B83C48

Text Example


Text Example

White with #B83C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C48; }

 p { color: rgb(184,60,72); }

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

background-color css

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

 a { background-color: rgb(184,60,72); }

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

border-color css

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

 span { border-color: rgb(184,60,72); }

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