Html Css Color HEX #B83B45 Old Rose

📋 copy color: '#B83B45'

red 184 ◦ green 59 ◦ blue 69

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

Shades of Old Rose #B83B45

Tints of Old Rose #B83B45

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

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

R = 58.97%
G = 18.91%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B83B45 (or 0xB83B45) is known color: Old Rose. HEX triplet: B8, 3B and 45. RGB value is (184,59,69). Sum of RGB (Red+Green+Blue) = 184+59+69=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B45 is #47C4BA. Grayscale: #616161. Windows color (decimal): -4703419 or 4537272. OLE color: 4537272.

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

Color convert

RGB 184 59 69 -
CMYK 0 0.68 0.62 0.28
HSL 355.2º 0.51% 0.48% -
HSV(B) 355.2º 0.68% 0.72% -
XYZ 22.41 13.75 7.1 -
YUV 97.52 111.91 189.69 -
System Red Green Blue C M Y K H S L
Decimal 184 59 69 0 0.68 0.62 0.28 355.2 0.51 0.48
Hex B8 3B 45 0 44 3E 1C 163 33 30
Octal 270 73 105 0 104 76 34 543 63 60
Binary 10111000 111011 1000101 0 1000100 111110 11100 101100011 110011 110000

Color Harmonies of #B83B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B45

Black with #B83B45

Text Example


Text Example

White with #B83B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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