Html Css Color HEX #B95627 Fiery Orange

📋 copy color: '#B95627'

red 185 ◦ green 86 ◦ blue 39

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

Shades of Fiery Orange #B95627

Tints of Fiery Orange #B95627

RGB

 RED value IS 185 (72.66% from 255) = 59.68%

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 39 (15.63% from 255) = 12.58%

R = 59.68%
G = 27.74%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B95627 (or 0xB95627) is known color: Fiery Orange. HEX triplet: B9, 56 and 27. RGB value is (185,86,39). Sum of RGB (Red+Green+Blue) = 185+86+39=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B95627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95627 is #46A9D8. Grayscale: #6E6E6E. Windows color (decimal): -4631001 or 2578105. OLE color: 2578105.

HSL color Cylindrical-coordinate representation of color #B95627: hue angle of 19.32º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B95627 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 86 39 -
CMYK 0 0.54 0.79 0.27
HSL 19.32º 0.65% 0.44% -
HSV(B) 19.32º 0.79% 0.73% -
XYZ 23.7 17.12 3.97 -
YUV 110.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 185 86 39 0 0.54 0.79 0.27 19.32 0.65 0.44
Hex B9 56 27 0 36 4F 1B 13 41 2C
Octal 271 126 47 0 66 117 33 23 101 54
Binary 10111001 1010110 100111 0 110110 1001111 11011 10011 1000001 101100

Color Harmonies of #B95627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95627

Black with #B95627

Text Example


Text Example

White with #B95627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95627; }

 p { color: rgb(185,86,39); }

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

background-color css

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

 a { background-color: rgb(185,86,39); }

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

border-color css

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

 span { border-color: rgb(185,86,39); }

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