Html Css Color HEX #B83646 Old Rose

📋 copy color: '#B83646'

red 184 ◦ green 54 ◦ blue 70

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

Shades of Old Rose #B83646

Tints of Old Rose #B83646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 59.74%
G = 17.53%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B83646 (or 0xB83646) is known color: Old Rose. HEX triplet: B8, 36 and 46. RGB value is (184,54,70). Sum of RGB (Red+Green+Blue) = 184+54+70=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B83646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83646 is #47C9B9. Grayscale: #5E5E5E. Windows color (decimal): -4704698 or 4601528. OLE color: 4601528.

HSL color Cylindrical-coordinate representation of color #B83646: hue angle of 352.62º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83646 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 54 70 -
CMYK 0 0.71 0.62 0.28
HSL 352.62º 0.55% 0.47% -
HSV(B) 352.62º 0.71% 0.72% -
XYZ 22.19 13.27 7.19 -
YUV 94.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 184 54 70 0 0.71 0.62 0.28 352.62 0.55 0.47
Hex B8 36 46 0 47 3E 1C 161 37 2F
Octal 270 66 106 0 107 76 34 541 67 57
Binary 10111000 110110 1000110 0 1000111 111110 11100 101100001 110111 101111

Color Harmonies of #B83646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83646

Black with #B83646

Text Example


Text Example

White with #B83646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83646; }

 p { color: rgb(184,54,70); }

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

background-color css

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

 a { background-color: rgb(184,54,70); }

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

border-color css

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

 span { border-color: rgb(184,54,70); }

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