Html Css Color HEX #BF5422 Fiery Orange

📋 copy color: '#BF5422'

red 191 ◦ green 84 ◦ blue 34

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

Shades of Fiery Orange #BF5422

Tints of Fiery Orange #BF5422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

 BLUE value IS 34 (13.67% from 255) = 11%

R = 61.81%
G = 27.18%
B = 11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF5422 (or 0xBF5422) is known color: Fiery Orange. HEX triplet: BF, 54 and 22. RGB value is (191,84,34). Sum of RGB (Red+Green+Blue) = 191+84+34=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5422 is #40ABDD. Grayscale: #6E6E6E. Windows color (decimal): -4238302 or 2249919. OLE color: 2249919.

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

Color convert

RGB 191 84 34 -
CMYK 0 0.56 0.82 0.25
HSL 19.11º 0.7% 0.44% -
HSV(B) 19.11º 0.82% 0.75% -
XYZ 24.94 17.53 3.58 -
YUV 110.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 191 84 34 0 0.56 0.82 0.25 19.11 0.7 0.44
Hex BF 54 22 0 38 52 19 13 46 2C
Octal 277 124 42 0 70 122 31 23 106 54
Binary 10111111 1010100 100010 0 111000 1010010 11001 10011 1000110 101100

Color Harmonies of #BF5422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5422

Black with #BF5422

Text Example


Text Example

White with #BF5422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5422; }

 p { color: rgb(191,84,34); }

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

background-color css

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

 a { background-color: rgb(191,84,34); }

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

border-color css

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

 span { border-color: rgb(191,84,34); }

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