Html Css Color HEX #B83448 Old Rose

📋 copy color: '#B83448'

red 184 ◦ green 52 ◦ blue 72

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

Shades of Old Rose #B83448

Tints of Old Rose #B83448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 59.74%
G = 16.88%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B83448 (or 0xB83448) is known color: Old Rose. HEX triplet: B8, 34 and 48. RGB value is (184,52,72). Sum of RGB (Red+Green+Blue) = 184+52+72=308 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.74% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 184 - color contains mainly: red. Hex color #B83448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83448 is #47CBB7. Grayscale: #5D5D5D. Windows color (decimal): -4705208 or 4732088. OLE color: 4732088.

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

Color convert

RGB 184 52 72 -
CMYK 0 0.72 0.61 0.28
HSL 350.91º 0.56% 0.46% -
HSV(B) 350.91º 0.72% 0.72% -
XYZ 22.16 13.11 7.49 -
YUV 93.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 184 52 72 0 0.72 0.61 0.28 350.91 0.56 0.46
Hex B8 34 48 0 48 3D 1C 15F 38 2E
Octal 270 64 110 0 110 75 34 537 70 56
Binary 10111000 110100 1001000 0 1001000 111101 11100 101011111 111000 101110

Color Harmonies of #B83448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83448

Black with #B83448

Text Example


Text Example

White with #B83448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83448; }

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

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

background-color css

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

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

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

border-color css

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

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

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