Html Css Color HEX #B8355A Old Rose

📋 copy color: '#B8355A'

red 184 ◦ green 53 ◦ blue 90

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

Shades of Old Rose #B8355A

Tints of Old Rose #B8355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 56.27%
G = 16.21%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8355A (or 0xB8355A) is known color: Old Rose. HEX triplet: B8, 35 and 5A. RGB value is (184,53,90). Sum of RGB (Red+Green+Blue) = 184+53+90=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8355A is #47CAA5. Grayscale: #606060. Windows color (decimal): -4704934 or 5911992. OLE color: 5911992.

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

Color convert

RGB 184 53 90 -
CMYK 0 0.71 0.51 0.28
HSL 343.05º 0.55% 0.46% -
HSV(B) 343.05º 0.71% 0.72% -
XYZ 22.89 13.47 11.07 -
YUV 96.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 184 53 90 0 0.71 0.51 0.28 343.05 0.55 0.46
Hex B8 35 5A 0 47 33 1C 157 37 2E
Octal 270 65 132 0 107 63 34 527 67 56
Binary 10111000 110101 1011010 0 1000111 110011 11100 101010111 110111 101110

Color Harmonies of #B8355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8355A

Black with #B8355A

Text Example


Text Example

White with #B8355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8355A; }

 p { color: rgb(184,53,90); }

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

background-color css

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

 a { background-color: rgb(184,53,90); }

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

border-color css

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

 span { border-color: rgb(184,53,90); }

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