Html Css Color HEX #B93650 Old Rose

📋 copy color: '#B93650'

red 185 ◦ green 54 ◦ blue 80

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

Shades of Old Rose #B93650

Tints of Old Rose #B93650

RGB

 RED value IS 185 (72.66% from 255) = 57.99%

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

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 57.99%
G = 16.93%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B93650 (or 0xB93650) is known color: Old Rose. HEX triplet: B9, 36 and 50. RGB value is (185,54,80). Sum of RGB (Red+Green+Blue) = 185+54+80=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B93650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93650 is #46C9AF. Grayscale: #606060. Windows color (decimal): -4639152 or 5256889. OLE color: 5256889.

HSL color Cylindrical-coordinate representation of color #B93650: hue angle of 348.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93650 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 80 -
CMYK 0 0.71 0.57 0.27
HSL 348.09º 0.55% 0.47% -
HSV(B) 348.09º 0.71% 0.73% -
XYZ 22.77 13.53 9 -
YUV 96.13 118.9 191.39 -
System Red Green Blue C M Y K H S L
Decimal 185 54 80 0 0.71 0.57 0.27 348.09 0.55 0.47
Hex B9 36 50 0 47 39 1B 15C 37 2F
Octal 271 66 120 0 107 71 33 534 67 57
Binary 10111001 110110 1010000 0 1000111 111001 11011 101011100 110111 101111

Color Harmonies of #B93650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93650

Black with #B93650

Text Example


Text Example

White with #B93650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93650; }

 p { color: rgb(185,54,80); }

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

background-color css

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

 a { background-color: rgb(185,54,80); }

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

border-color css

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

 span { border-color: rgb(185,54,80); }

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