Html Css Color HEX #B93E4B Old Rose

📋 copy color: '#B93E4B'

red 185 ◦ green 62 ◦ blue 75

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

Shades of Old Rose #B93E4B

Tints of Old Rose #B93E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

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

R = 57.45%
G = 19.25%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B93E4B (or 0xB93E4B) is known color: Old Rose. HEX triplet: B9, 3E and 4B. RGB value is (185,62,75). Sum of RGB (Red+Green+Blue) = 185+62+75=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E4B is #46C1B4. Grayscale: #646464. Windows color (decimal): -4637109 or 4931257. OLE color: 4931257.

HSL color Cylindrical-coordinate representation of color #B93E4B: hue angle of 353.66º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93E4B is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 62 75 -
CMYK 0 0.66 0.59 0.27
HSL 353.66º 0.5% 0.48% -
HSV(B) 353.66º 0.66% 0.73% -
XYZ 23 14.27 8.2 -
YUV 100.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 185 62 75 0 0.66 0.59 0.27 353.66 0.5 0.48
Hex B9 3E 4B 0 42 3B 1B 162 32 30
Octal 271 76 113 0 102 73 33 542 62 60
Binary 10111001 111110 1001011 0 1000010 111011 11011 101100010 110010 110000

Color Harmonies of #B93E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E4B

Black with #B93E4B

Text Example


Text Example

White with #B93E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E4B; }

 p { color: rgb(185,62,75); }

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

background-color css

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

 a { background-color: rgb(185,62,75); }

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

border-color css

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

 span { border-color: rgb(185,62,75); }

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