Html Css Color HEX #B83C4C Old Rose

📋 copy color: '#B83C4C'

red 184 ◦ green 60 ◦ blue 76

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

Shades of Old Rose #B83C4C

Tints of Old Rose #B83C4C

RGB

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

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

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

R = 57.5%
G = 18.75%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B83C4C (or 0xB83C4C) is known color: Old Rose. HEX triplet: B8, 3C and 4C. RGB value is (184,60,76). Sum of RGB (Red+Green+Blue) = 184+60+76=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C4C is #47C3B3. Grayscale: #626262. Windows color (decimal): -4703156 or 4996280. OLE color: 4996280.

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

Color convert

RGB 184 60 76 -
CMYK 0 0.67 0.59 0.28
HSL 352.26º 0.51% 0.48% -
HSV(B) 352.26º 0.67% 0.72% -
XYZ 22.69 13.94 8.33 -
YUV 98.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 184 60 76 0 0.67 0.59 0.28 352.26 0.51 0.48
Hex B8 3C 4C 0 43 3B 1C 160 33 30
Octal 270 74 114 0 103 73 34 540 63 60
Binary 10111000 111100 1001100 0 1000011 111011 11100 101100000 110011 110000

Color Harmonies of #B83C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C4C

Black with #B83C4C

Text Example


Text Example

White with #B83C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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