Html Css Color HEX #B83644 Old Rose

📋 copy color: '#B83644'

red 184 ◦ green 54 ◦ blue 68

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

Shades of Old Rose #B83644

Tints of Old Rose #B83644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.22%

R = 60.13%
G = 17.65%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B83644 (or 0xB83644) is known color: Old Rose. HEX triplet: B8, 36 and 44. RGB value is (184,54,68). Sum of RGB (Red+Green+Blue) = 184+54+68=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B83644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83644 is #47C9BB. Grayscale: #5E5E5E. Windows color (decimal): -4704700 or 4470456. OLE color: 4470456.

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

Color convert

RGB 184 54 68 -
CMYK 0 0.71 0.63 0.28
HSL 353.54º 0.55% 0.47% -
HSV(B) 353.54º 0.71% 0.72% -
XYZ 22.13 13.25 6.86 -
YUV 94.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 184 54 68 0 0.71 0.63 0.28 353.54 0.55 0.47
Hex B8 36 44 0 47 3F 1C 162 37 2F
Octal 270 66 104 0 107 77 34 542 67 57
Binary 10111000 110110 1000100 0 1000111 111111 11100 101100010 110111 101111

Color Harmonies of #B83644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83644

Black with #B83644

Text Example


Text Example

White with #B83644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83644; }

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

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

background-color css

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

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

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

border-color css

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

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

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