Html Css Color HEX #BF4247 Brick Red

📋 copy color: '#BF4247'

red 191 ◦ green 66 ◦ blue 71

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

Shades of Brick Red #BF4247

Tints of Brick Red #BF4247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 58.23%
G = 20.12%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF4247 (or 0xBF4247) is known color: Brick Red. HEX triplet: BF, 42 and 47. RGB value is (191,66,71). Sum of RGB (Red+Green+Blue) = 191+66+71=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4247 is #40BDB8. Grayscale: #686868. Windows color (decimal): -4242873 or 4670143. OLE color: 4670143.

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

Color convert

RGB 191 66 71 -
CMYK 0 0.65 0.63 0.25
HSL 357.6º 0.49% 0.5% -
HSV(B) 357.6º 0.65% 0.75% -
XYZ 24.57 15.43 7.64 -
YUV 103.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 191 66 71 0 0.65 0.63 0.25 357.6 0.49 0.5
Hex BF 42 47 0 41 3F 19 166 31 32
Octal 277 102 107 0 101 77 31 546 61 62
Binary 10111111 1000010 1000111 0 1000001 111111 11001 101100110 110001 110010

Color Harmonies of #BF4247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4247

Black with #BF4247

Text Example


Text Example

White with #BF4247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4247; }

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

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

background-color css

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

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

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

border-color css

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

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

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