Html Css Color HEX #B65C19 Fiery Orange

📋 copy color: '#B65C19'

red 182 ◦ green 92 ◦ blue 25

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

Shades of Fiery Orange #B65C19

Tints of Fiery Orange #B65C19

RGB

 RED value IS 182 (71.48% from 255) = 60.87%

 GREEN value IS 92 (36.33% from 255) = 30.77%

 BLUE value IS 25 (10.16% from 255) = 8.36%

R = 60.87%
G = 30.77%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B65C19 (or 0xB65C19) is known color: Fiery Orange. HEX triplet: B6, 5C and 19. RGB value is (182,92,25). Sum of RGB (Red+Green+Blue) = 182+92+25=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65C19 is #49A3E6. Grayscale: #6F6F6F. Windows color (decimal): -4826087 or 1662134. OLE color: 1662134.

HSL color Cylindrical-coordinate representation of color #B65C19: hue angle of 25.61º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B65C19 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 92 25 -
CMYK 0 0.49 0.86 0.29
HSL 25.61º 0.76% 0.41% -
HSV(B) 25.61º 0.86% 0.71% -
XYZ 23.29 17.67 3.1 -
YUV 111.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 182 92 25 0 0.49 0.86 0.29 25.61 0.76 0.41
Hex B6 5C 19 0 31 56 1D 1A 4C 29
Octal 266 134 31 0 61 126 35 32 114 51
Binary 10110110 1011100 11001 0 110001 1010110 11101 11010 1001100 101001

Color Harmonies of #B65C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C19

Black with #B65C19

Text Example


Text Example

White with #B65C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C19; }

 p { color: rgb(182,92,25); }

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

background-color css

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

 a { background-color: rgb(182,92,25); }

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

border-color css

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

 span { border-color: rgb(182,92,25); }

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