Html Css Color HEX #B65B2E Fiery Orange

📋 copy color: '#B65B2E'

red 182 ◦ green 91 ◦ blue 46

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

Shades of Fiery Orange #B65B2E

Tints of Fiery Orange #B65B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.42%

R = 57.05%
G = 28.53%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B65B2E (or 0xB65B2E) is known color: Fiery Orange. HEX triplet: B6, 5B and 2E. RGB value is (182,91,46). Sum of RGB (Red+Green+Blue) = 182+91+46=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B2E is #49A4D1. Grayscale: #717171. Windows color (decimal): -4826322 or 3038134. OLE color: 3038134.

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

Color convert

RGB 182 91 46 -
CMYK 0 0.5 0.75 0.29
HSL 19.85º 0.6% 0.45% -
HSV(B) 19.85º 0.75% 0.71% -
XYZ 23.53 17.62 4.75 -
YUV 113.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 182 91 46 0 0.5 0.75 0.29 19.85 0.6 0.45
Hex B6 5B 2E 0 32 4B 1D 14 3C 2D
Octal 266 133 56 0 62 113 35 24 74 55
Binary 10110110 1011011 101110 0 110010 1001011 11101 10100 111100 101101

Color Harmonies of #B65B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65B2E

Black with #B65B2E

Text Example


Text Example

White with #B65B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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