Html Css Color HEX #B8364B Old Rose

📋 copy color: '#B8364B'

red 184 ◦ green 54 ◦ blue 75

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

Shades of Old Rose #B8364B

Tints of Old Rose #B8364B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 58.79%
G = 17.25%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8364B (or 0xB8364B) is known color: Old Rose. HEX triplet: B8, 36 and 4B. RGB value is (184,54,75). Sum of RGB (Red+Green+Blue) = 184+54+75=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8364B is #47C9B4. Grayscale: #5F5F5F. Windows color (decimal): -4704693 or 4929208. OLE color: 4929208.

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

Color convert

RGB 184 54 75 -
CMYK 0 0.71 0.59 0.28
HSL 350.31º 0.55% 0.47% -
HSV(B) 350.31º 0.71% 0.72% -
XYZ 22.36 13.34 8.05 -
YUV 95.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 184 54 75 0 0.71 0.59 0.28 350.31 0.55 0.47
Hex B8 36 4B 0 47 3B 1C 15E 37 2F
Octal 270 66 113 0 107 73 34 536 67 57
Binary 10111000 110110 1001011 0 1000111 111011 11100 101011110 110111 101111

Color Harmonies of #B8364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8364B

Black with #B8364B

Text Example


Text Example

White with #B8364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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