Html Css Color HEX #BF5526 Fiery Orange

📋 copy color: '#BF5526'

red 191 ◦ green 85 ◦ blue 38

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

Shades of Fiery Orange #BF5526

Tints of Fiery Orange #BF5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 60.83%
G = 27.07%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF5526 (or 0xBF5526) is known color: Fiery Orange. HEX triplet: BF, 55 and 26. RGB value is (191,85,38). Sum of RGB (Red+Green+Blue) = 191+85+38=314 (41% of max value = 765). Red value is 191 (75% from 255 or 60.83% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5526 is #40AAD9. Grayscale: #6F6F6F. Windows color (decimal): -4238042 or 2512319. OLE color: 2512319.

HSL color Cylindrical-coordinate representation of color #BF5526: hue angle of 18.43º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF5526 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 85 38 -
CMYK 0 0.55 0.80 0.25
HSL 18.43º 0.67% 0.45% -
HSV(B) 18.43º 0.8% 0.75% -
XYZ 25.08 17.71 3.93 -
YUV 111.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 191 85 38 0 0.55 0.80 0.25 18.43 0.67 0.45
Hex BF 55 26 0 37 50 19 12 43 2D
Octal 277 125 46 0 67 120 31 22 103 55
Binary 10111111 1010101 100110 0 110111 1010000 11001 10010 1000011 101101

Color Harmonies of #BF5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5526

Black with #BF5526

Text Example


Text Example

White with #BF5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5526; }

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

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

background-color css

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

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

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

border-color css

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

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

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