Html Css Color HEX #B65430 Fiery Orange

📋 copy color: '#B65430'

red 182 ◦ green 84 ◦ blue 48

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

Shades of Fiery Orange #B65430

Tints of Fiery Orange #B65430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 57.96%
G = 26.75%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B65430 (or 0xB65430) is known color: Fiery Orange. HEX triplet: B6, 54 and 30. RGB value is (182,84,48). Sum of RGB (Red+Green+Blue) = 182+84+48=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B65430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65430 is #49ABCF. Grayscale: #6D6D6D. Windows color (decimal): -4828112 or 3167414. OLE color: 3167414.

HSL color Cylindrical-coordinate representation of color #B65430: hue angle of 16.12º degrees, saturation: 0.58, 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 #B65430 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 84 48 -
CMYK 0 0.54 0.74 0.29
HSL 16.12º 0.58% 0.45% -
HSV(B) 16.12º 0.74% 0.71% -
XYZ 23 16.5 4.77 -
YUV 109.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 182 84 48 0 0.54 0.74 0.29 16.12 0.58 0.45
Hex B6 54 30 0 36 4A 1D 10 3A 2D
Octal 266 124 60 0 66 112 35 20 72 55
Binary 10110110 1010100 110000 0 110110 1001010 11101 10000 111010 101101

Color Harmonies of #B65430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65430

Black with #B65430

Text Example


Text Example

White with #B65430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65430; }

 p { color: rgb(182,84,48); }

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

background-color css

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

 a { background-color: rgb(182,84,48); }

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

border-color css

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

 span { border-color: rgb(182,84,48); }

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