Html Css Color HEX #B83745 Old Rose

📋 copy color: '#B83745'

red 184 ◦ green 55 ◦ blue 69

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

Shades of Old Rose #B83745

Tints of Old Rose #B83745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 69 (27.34% from 255) = 22.4%

R = 59.74%
G = 17.86%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B83745 (or 0xB83745) is known color: Old Rose. HEX triplet: B8, 37 and 45. RGB value is (184,55,69). Sum of RGB (Red+Green+Blue) = 184+55+69=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B83745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83745 is #47C8BA. Grayscale: #5F5F5F. Windows color (decimal): -4704443 or 4536248. OLE color: 4536248.

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

Color convert

RGB 184 55 69 -
CMYK 0 0.70 0.62 0.28
HSL 353.49º 0.54% 0.47% -
HSV(B) 353.49º 0.7% 0.72% -
XYZ 22.21 13.35 7.04 -
YUV 95.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 184 55 69 0 0.70 0.62 0.28 353.49 0.54 0.47
Hex B8 37 45 0 46 3E 1C 161 36 2F
Octal 270 67 105 0 106 76 34 541 66 57
Binary 10111000 110111 1000101 0 1000110 111110 11100 101100001 110110 101111

Color Harmonies of #B83745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83745

Black with #B83745

Text Example


Text Example

White with #B83745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83745; }

 p { color: rgb(184,55,69); }

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

background-color css

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

 a { background-color: rgb(184,55,69); }

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

border-color css

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

 span { border-color: rgb(184,55,69); }

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