Html Css Color HEX #B94044 Brick Red

📋 copy color: '#B94044'

red 185 ◦ green 64 ◦ blue 68

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

Shades of Brick Red #B94044

Tints of Brick Red #B94044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 58.36%
G = 20.19%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B94044 (or 0xB94044) is known color: Brick Red. HEX triplet: B9, 40 and 44. RGB value is (185,64,68). Sum of RGB (Red+Green+Blue) = 185+64+68=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B94044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94044 is #46BFBB. Grayscale: #646464. Windows color (decimal): -4636604 or 4473017. OLE color: 4473017.

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

Color convert

RGB 185 64 68 -
CMYK 0 0.65 0.63 0.27
HSL 358.02º 0.49% 0.49% -
HSV(B) 358.02º 0.65% 0.73% -
XYZ 22.88 14.4 7.04 -
YUV 100.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 185 64 68 0 0.65 0.63 0.27 358.02 0.49 0.49
Hex B9 40 44 0 41 3F 1B 166 31 31
Octal 271 100 104 0 101 77 33 546 61 61
Binary 10111001 1000000 1000100 0 1000001 111111 11011 101100110 110001 110001

Color Harmonies of #B94044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94044

Black with #B94044

Text Example


Text Example

White with #B94044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94044; }

 p { color: rgb(185,64,68); }

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

background-color css

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

 a { background-color: rgb(185,64,68); }

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

border-color css

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

 span { border-color: rgb(185,64,68); }

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