Html Css Color HEX #B65B1E Fiery Orange

📋 copy color: '#B65B1E'

red 182 ◦ green 91 ◦ blue 30

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

Shades of Fiery Orange #B65B1E

Tints of Fiery Orange #B65B1E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 60.07%
G = 30.03%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B65B1E (or 0xB65B1E) is known color: Fiery Orange. HEX triplet: B6, 5B and 1E. RGB value is (182,91,30). Sum of RGB (Red+Green+Blue) = 182+91+30=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B1E is #49A4E1. Grayscale: #6F6F6F. Windows color (decimal): -4826338 or 1989558. OLE color: 1989558.

HSL color Cylindrical-coordinate representation of color #B65B1E: hue angle of 24.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B65B1E is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 91 30 -
CMYK 0 0.5 0.84 0.29
HSL 24.08º 0.72% 0.42% -
HSV(B) 24.08º 0.84% 0.71% -
XYZ 23.27 17.52 3.38 -
YUV 111.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 182 91 30 0 0.5 0.84 0.29 24.08 0.72 0.42
Hex B6 5B 1E 0 32 54 1D 18 48 2A
Octal 266 133 36 0 62 124 35 30 110 52
Binary 10110110 1011011 11110 0 110010 1010100 11101 11000 1001000 101010

Color Harmonies of #B65B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65B1E

Black with #B65B1E

Text Example


Text Example

White with #B65B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65B1E; }

 p { color: rgb(182,91,30); }

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

background-color css

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

 a { background-color: rgb(182,91,30); }

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

border-color css

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

 span { border-color: rgb(182,91,30); }

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