Html Css Color HEX #BF5323 Fiery Orange

📋 copy color: '#BF5323'

red 191 ◦ green 83 ◦ blue 35

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

Shades of Fiery Orange #BF5323

Tints of Fiery Orange #BF5323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 61.81%
G = 26.86%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF5323 (or 0xBF5323) is known color: Fiery Orange. HEX triplet: BF, 53 and 23. RGB value is (191,83,35). Sum of RGB (Red+Green+Blue) = 191+83+35=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5323 is #40ACDC. Grayscale: #6E6E6E. Windows color (decimal): -4238557 or 2315199. OLE color: 2315199.

HSL color Cylindrical-coordinate representation of color #BF5323: hue angle of 18.46º degrees, saturation: 0.69, 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 #BF5323 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 83 35 -
CMYK 0 0.57 0.82 0.25
HSL 18.46º 0.69% 0.44% -
HSV(B) 18.46º 0.82% 0.75% -
XYZ 24.88 17.38 3.63 -
YUV 109.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 191 83 35 0 0.57 0.82 0.25 18.46 0.69 0.44
Hex BF 53 23 0 39 52 19 12 45 2C
Octal 277 123 43 0 71 122 31 22 105 54
Binary 10111111 1010011 100011 0 111001 1010010 11001 10010 1000101 101100

Color Harmonies of #BF5323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5323

Black with #BF5323

Text Example


Text Example

White with #BF5323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5323; }

 p { color: rgb(191,83,35); }

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

background-color css

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

 a { background-color: rgb(191,83,35); }

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

border-color css

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

 span { border-color: rgb(191,83,35); }

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