Html Css Color HEX #B93F4B Old Rose

📋 copy color: '#B93F4B'

red 185 ◦ green 63 ◦ blue 75

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

Shades of Old Rose #B93F4B

Tints of Old Rose #B93F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

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

R = 57.28%
G = 19.5%
B = 23.22%

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

#B93F4B (or 0xB93F4B) is known color: Old Rose. HEX triplet: B9, 3F and 4B. RGB value is (185,63,75). Sum of RGB (Red+Green+Blue) = 185+63+75=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F4B is #46C0B4. Grayscale: #646464. Windows color (decimal): -4636853 or 4931513. OLE color: 4931513.

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

Color convert

RGB 185 63 75 -
CMYK 0 0.66 0.59 0.27
HSL 354.1º 0.49% 0.49% -
HSV(B) 354.1º 0.66% 0.73% -
XYZ 23.06 14.38 8.22 -
YUV 100.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 185 63 75 0 0.66 0.59 0.27 354.1 0.49 0.49
Hex B9 3F 4B 0 42 3B 1B 162 31 31
Octal 271 77 113 0 102 73 33 542 61 61
Binary 10111001 111111 1001011 0 1000010 111011 11011 101100010 110001 110001

Color Harmonies of #B93F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F4B

Black with #B93F4B

Text Example


Text Example

White with #B93F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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