Html Css Color HEX #B65B32 Fiery Orange

📋 copy color: '#B65B32'

red 182 ◦ green 91 ◦ blue 50

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

Shades of Fiery Orange #B65B32

Tints of Fiery Orange #B65B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.48%

R = 56.35%
G = 28.17%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B65B32 (or 0xB65B32) is known color: Fiery Orange. HEX triplet: B6, 5B and 32. RGB value is (182,91,50). Sum of RGB (Red+Green+Blue) = 182+91+50=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B32 is #49A4CD. Grayscale: #717171. Windows color (decimal): -4826318 or 3300278. OLE color: 3300278.

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

Color convert

RGB 182 91 50 -
CMYK 0 0.5 0.73 0.29
HSL 18.64º 0.57% 0.45% -
HSV(B) 18.64º 0.73% 0.71% -
XYZ 23.61 17.66 5.18 -
YUV 113.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 182 91 50 0 0.5 0.73 0.29 18.64 0.57 0.45
Hex B6 5B 32 0 32 49 1D 13 39 2D
Octal 266 133 62 0 62 111 35 23 71 55
Binary 10110110 1011011 110010 0 110010 1001001 11101 10011 111001 101101

Color Harmonies of #B65B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65B32

Black with #B65B32

Text Example


Text Example

White with #B65B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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