Html Css Color HEX #BF551F Fiery Orange

📋 copy color: '#BF551F'

red 191 ◦ green 85 ◦ blue 31

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

Shades of Fiery Orange #BF551F

Tints of Fiery Orange #BF551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

 BLUE value IS 31 (12.5% from 255) = 10.1%

R = 62.21%
G = 27.69%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF551F (or 0xBF551F) is known color: Fiery Orange. HEX triplet: BF, 55 and 1F. RGB value is (191,85,31). Sum of RGB (Red+Green+Blue) = 191+85+31=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF551F is #40AAE0. Grayscale: #6E6E6E. Windows color (decimal): -4238049 or 2053567. OLE color: 2053567.

HSL color Cylindrical-coordinate representation of color #BF551F: hue angle of 20.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF551F is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 85 31 -
CMYK 0 0.55 0.84 0.25
HSL 20.25º 0.72% 0.44% -
HSV(B) 20.25º 0.84% 0.75% -
XYZ 24.98 17.67 3.39 -
YUV 110.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 191 85 31 0 0.55 0.84 0.25 20.25 0.72 0.44
Hex BF 55 1F 0 37 54 19 14 48 2C
Octal 277 125 37 0 67 124 31 24 110 54
Binary 10111111 1010101 11111 0 110111 1010100 11001 10100 1001000 101100

Color Harmonies of #BF551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF551F

Black with #BF551F

Text Example


Text Example

White with #BF551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF551F; }

 p { color: rgb(191,85,31); }

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

background-color css

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

 a { background-color: rgb(191,85,31); }

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

border-color css

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

 span { border-color: rgb(191,85,31); }

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