Html Css Color HEX #B65C2A Fiery Orange

📋 copy color: '#B65C2A'

red 182 ◦ green 92 ◦ blue 42

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

Shades of Fiery Orange #B65C2A

Tints of Fiery Orange #B65C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 57.59%
G = 29.11%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B65C2A (or 0xB65C2A) is known color: Fiery Orange. HEX triplet: B6, 5C and 2A. RGB value is (182,92,42). Sum of RGB (Red+Green+Blue) = 182+92+42=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C2A is #49A3D5. Grayscale: #717171. Windows color (decimal): -4826070 or 2776246. OLE color: 2776246.

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

Color convert

RGB 182 92 42 -
CMYK 0 0.49 0.77 0.29
HSL 21.43º 0.63% 0.44% -
HSV(B) 21.43º 0.77% 0.71% -
XYZ 23.54 17.77 4.38 -
YUV 113.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 182 92 42 0 0.49 0.77 0.29 21.43 0.63 0.44
Hex B6 5C 2A 0 31 4D 1D 15 3E 2C
Octal 266 134 52 0 61 115 35 25 76 54
Binary 10110110 1011100 101010 0 110001 1001101 11101 10101 111110 101100

Color Harmonies of #B65C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65C2A

Black with #B65C2A

Text Example


Text Example

White with #B65C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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