Html Css Color HEX #B65C2F Fiery Orange

📋 copy color: '#B65C2F'

red 182 ◦ green 92 ◦ blue 47

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

Shades of Fiery Orange #B65C2F

Tints of Fiery Orange #B65C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.66%

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 56.7%
G = 28.66%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B65C2F (or 0xB65C2F) is known color: Fiery Orange. HEX triplet: B6, 5C and 2F. RGB value is (182,92,47). Sum of RGB (Red+Green+Blue) = 182+92+47=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C2F is #49A3D0. Grayscale: #727272. Windows color (decimal): -4826065 or 3103926. OLE color: 3103926.

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

Color convert

RGB 182 92 47 -
CMYK 0 0.49 0.74 0.29
HSL 20º 0.59% 0.45% -
HSV(B) 20º 0.74% 0.71% -
XYZ 23.63 17.8 4.88 -
YUV 113.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 182 92 47 0 0.49 0.74 0.29 20 0.59 0.45
Hex B6 5C 2F 0 31 4A 1D 14 3B 2D
Octal 266 134 57 0 61 112 35 24 73 55
Binary 10110110 1011100 101111 0 110001 1001010 11101 10100 111011 101101

Color Harmonies of #B65C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C2F

Black with #B65C2F

Text Example


Text Example

White with #B65C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C2F; }

 p { color: rgb(182,92,47); }

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

background-color css

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

 a { background-color: rgb(182,92,47); }

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

border-color css

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

 span { border-color: rgb(182,92,47); }

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