Html Css Color HEX #B95432 Fiery Orange

📋 copy color: '#B95432'

red 185 ◦ green 84 ◦ blue 50

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

Shades of Fiery Orange #B95432

Tints of Fiery Orange #B95432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 57.99%
G = 26.33%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B95432 (or 0xB95432) is known color: Fiery Orange. HEX triplet: B9, 54 and 32. RGB value is (185,84,50). Sum of RGB (Red+Green+Blue) = 185+84+50=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B95432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95432 is #46ABCD. Grayscale: #6E6E6E. Windows color (decimal): -4631502 or 3298489. OLE color: 3298489.

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

Color convert

RGB 185 84 50 -
CMYK 0 0.55 0.73 0.27
HSL 15.11º 0.57% 0.46% -
HSV(B) 15.11º 0.73% 0.73% -
XYZ 23.75 16.89 5.02 -
YUV 110.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 185 84 50 0 0.55 0.73 0.27 15.11 0.57 0.46
Hex B9 54 32 0 37 49 1B F 39 2E
Octal 271 124 62 0 67 111 33 17 71 56
Binary 10111001 1010100 110010 0 110111 1001001 11011 1111 111001 101110

Color Harmonies of #B95432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95432

Black with #B95432

Text Example


Text Example

White with #B95432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95432; }

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

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

background-color css

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

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

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

border-color css

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

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

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