Html Css Color HEX #BF4147 Brick Red

📋 copy color: '#BF4147'

red 191 ◦ green 65 ◦ blue 71

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

Shades of Brick Red #BF4147

Tints of Brick Red #BF4147

RGB

 RED value IS 191 (75% from 255) = 58.41%

 GREEN value IS 65 (25.78% from 255) = 19.88%

 BLUE value IS 71 (28.13% from 255) = 21.71%

R = 58.41%
G = 19.88%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF4147 (or 0xBF4147) is known color: Brick Red. HEX triplet: BF, 41 and 47. RGB value is (191,65,71). Sum of RGB (Red+Green+Blue) = 191+65+71=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4147 is #40BEB8. Grayscale: #676767. Windows color (decimal): -4243129 or 4669887. OLE color: 4669887.

HSL color Cylindrical-coordinate representation of color #BF4147: hue angle of 357.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4147 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 65 71 -
CMYK 0 0.66 0.63 0.25
HSL 357.14º 0.5% 0.5% -
HSV(B) 357.14º 0.66% 0.75% -
XYZ 24.51 15.31 7.62 -
YUV 103.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 191 65 71 0 0.66 0.63 0.25 357.14 0.5 0.5
Hex BF 41 47 0 42 3F 19 165 32 32
Octal 277 101 107 0 102 77 31 545 62 62
Binary 10111111 1000001 1000111 0 1000010 111111 11001 101100101 110010 110010

Color Harmonies of #BF4147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4147

Black with #BF4147

Text Example


Text Example

White with #BF4147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4147; }

 p { color: rgb(191,65,71); }

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

background-color css

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

 a { background-color: rgb(191,65,71); }

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

border-color css

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

 span { border-color: rgb(191,65,71); }

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