Html Css Color HEX #B95324 Fiery Orange

📋 copy color: '#B95324'

red 185 ◦ green 83 ◦ blue 36

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

Shades of Fiery Orange #B95324

Tints of Fiery Orange #B95324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

 BLUE value IS 36 (14.45% from 255) = 11.84%

R = 60.86%
G = 27.3%
B = 11.84%

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

#B95324 (or 0xB95324) is known color: Fiery Orange. HEX triplet: B9, 53 and 24. RGB value is (185,83,36). Sum of RGB (Red+Green+Blue) = 185+83+36=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B95324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95324 is #46ACDB. Grayscale: #6C6C6C. Windows color (decimal): -4631772 or 2380729. OLE color: 2380729.

HSL color Cylindrical-coordinate representation of color #B95324: hue angle of 18.93º degrees, saturation: 0.67, 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 #B95324 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 36 -
CMYK 0 0.55 0.81 0.27
HSL 18.93º 0.67% 0.43% -
HSV(B) 18.93º 0.81% 0.73% -
XYZ 23.42 16.63 3.64 -
YUV 108.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 185 83 36 0 0.55 0.81 0.27 18.93 0.67 0.43
Hex B9 53 24 0 37 51 1B 13 43 2B
Octal 271 123 44 0 67 121 33 23 103 53
Binary 10111001 1010011 100100 0 110111 1010001 11011 10011 1000011 101011

Color Harmonies of #B95324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95324

Black with #B95324

Text Example


Text Example

White with #B95324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95324; }

 p { color: rgb(185,83,36); }

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

background-color css

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

 a { background-color: rgb(185,83,36); }

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

border-color css

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

 span { border-color: rgb(185,83,36); }

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