Html Css Color HEX #B94348 Old Rose

📋 copy color: '#B94348'

red 185 ◦ green 67 ◦ blue 72

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

Shades of Old Rose #B94348

Tints of Old Rose #B94348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

 BLUE value IS 72 (28.52% from 255) = 22.22%

R = 57.1%
G = 20.68%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B94348 (or 0xB94348) is known color: Old Rose. HEX triplet: B9, 43 and 48. RGB value is (185,67,72). Sum of RGB (Red+Green+Blue) = 185+67+72=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94348 is #46BCB7. Grayscale: #666666. Windows color (decimal): -4635832 or 4735929. OLE color: 4735929.

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

Color convert

RGB 185 67 72 -
CMYK 0 0.64 0.61 0.27
HSL 357.46º 0.47% 0.49% -
HSV(B) 357.46º 0.64% 0.73% -
XYZ 23.18 14.8 7.76 -
YUV 102.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 185 67 72 0 0.64 0.61 0.27 357.46 0.47 0.49
Hex B9 43 48 0 40 3D 1B 165 2F 31
Octal 271 103 110 0 100 75 33 545 57 61
Binary 10111001 1000011 1001000 0 1000000 111101 11011 101100101 101111 110001

Color Harmonies of #B94348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94348

Black with #B94348

Text Example


Text Example

White with #B94348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94348; }

 p { color: rgb(185,67,72); }

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

background-color css

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

 a { background-color: rgb(185,67,72); }

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

border-color css

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

 span { border-color: rgb(185,67,72); }

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