Html Css Color HEX #B65323 Fiery Orange

📋 copy color: '#B65323'

red 182 ◦ green 83 ◦ blue 35

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

Shades of Fiery Orange #B65323

Tints of Fiery Orange #B65323

RGB

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

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

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

R = 60.67%
G = 27.67%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B65323 (or 0xB65323) is known color: Fiery Orange. HEX triplet: B6, 53 and 23. RGB value is (182,83,35). Sum of RGB (Red+Green+Blue) = 182+83+35=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B65323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65323 is #49ACDC. Grayscale: #6B6B6B. Windows color (decimal): -4828381 or 2315190. OLE color: 2315190.

HSL color Cylindrical-coordinate representation of color #B65323: hue angle of 19.59º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B65323 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 35 -
CMYK 0 0.54 0.81 0.29
HSL 19.59º 0.68% 0.43% -
HSV(B) 19.59º 0.81% 0.71% -
XYZ 22.69 16.25 3.53 -
YUV 107.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 182 83 35 0 0.54 0.81 0.29 19.59 0.68 0.43
Hex B6 53 23 0 36 51 1D 14 44 2B
Octal 266 123 43 0 66 121 35 24 104 53
Binary 10110110 1010011 100011 0 110110 1010001 11101 10100 1000100 101011

Color Harmonies of #B65323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65323

Black with #B65323

Text Example


Text Example

White with #B65323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65323; }

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

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

background-color css

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

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

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

border-color css

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

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

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