Html Css Color HEX #B65E2D Fiery Orange

📋 copy color: '#B65E2D'

red 182 ◦ green 94 ◦ blue 45

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

Shades of Fiery Orange #B65E2D

Tints of Fiery Orange #B65E2D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.28%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 56.7%
G = 29.28%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B65E2D (or 0xB65E2D) is known color: Fiery Orange. HEX triplet: B6, 5E and 2D. RGB value is (182,94,45). Sum of RGB (Red+Green+Blue) = 182+94+45=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65E2D is #49A1D2. Grayscale: #737373. Windows color (decimal): -4825555 or 2973366. OLE color: 2973366.

HSL color Cylindrical-coordinate representation of color #B65E2D: hue angle of 21.46º 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 #B65E2D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 94 45 -
CMYK 0 0.48 0.75 0.29
HSL 21.46º 0.6% 0.45% -
HSV(B) 21.46º 0.75% 0.71% -
XYZ 23.77 18.14 4.73 -
YUV 114.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 182 94 45 0 0.48 0.75 0.29 21.46 0.6 0.45
Hex B6 5E 2D 0 30 4B 1D 15 3C 2D
Octal 266 136 55 0 60 113 35 25 74 55
Binary 10110110 1011110 101101 0 110000 1001011 11101 10101 111100 101101

Color Harmonies of #B65E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65E2D

Black with #B65E2D

Text Example


Text Example

White with #B65E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65E2D; }

 p { color: rgb(182,94,45); }

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

background-color css

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

 a { background-color: rgb(182,94,45); }

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

border-color css

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

 span { border-color: rgb(182,94,45); }

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