Html Css Color HEX #B95423 Fiery Orange

📋 copy color: '#B95423'

red 185 ◦ green 84 ◦ blue 35

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

Shades of Fiery Orange #B95423

Tints of Fiery Orange #B95423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.51%

R = 60.86%
G = 27.63%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B95423 (or 0xB95423) is known color: Fiery Orange. HEX triplet: B9, 54 and 23. RGB value is (185,84,35). Sum of RGB (Red+Green+Blue) = 185+84+35=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B95423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95423 is #46ABDC. Grayscale: #6C6C6C. Windows color (decimal): -4631517 or 2315449. OLE color: 2315449.

HSL color Cylindrical-coordinate representation of color #B95423: hue angle of 19.6º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B95423 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 35 -
CMYK 0 0.55 0.81 0.27
HSL 19.6º 0.68% 0.43% -
HSV(B) 19.6º 0.81% 0.73% -
XYZ 23.48 16.78 3.59 -
YUV 108.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 185 84 35 0 0.55 0.81 0.27 19.6 0.68 0.43
Hex B9 54 23 0 37 51 1B 14 44 2B
Octal 271 124 43 0 67 121 33 24 104 53
Binary 10111001 1010100 100011 0 110111 1010001 11011 10100 1000100 101011

Color Harmonies of #B95423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95423

Black with #B95423

Text Example


Text Example

White with #B95423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95423; }

 p { color: rgb(185,84,35); }

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

background-color css

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

 a { background-color: rgb(185,84,35); }

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

border-color css

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

 span { border-color: rgb(185,84,35); }

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