Html Css Color HEX #B95C2A Fiery Orange

📋 copy color: '#B95C2A'

red 185 ◦ green 92 ◦ blue 42

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

Shades of Fiery Orange #B95C2A

Tints of Fiery Orange #B95C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 57.99%
G = 28.84%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B95C2A (or 0xB95C2A) is known color: Fiery Orange. HEX triplet: B9, 5C and 2A. RGB value is (185,92,42). Sum of RGB (Red+Green+Blue) = 185+92+42=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C2A is #46A3D5. Grayscale: #727272. Windows color (decimal): -4629462 or 2776249. OLE color: 2776249.

HSL color Cylindrical-coordinate representation of color #B95C2A: hue angle of 20.98º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B95C2A is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 92 42 -
CMYK 0 0.50 0.77 0.27
HSL 20.98º 0.63% 0.45% -
HSV(B) 20.98º 0.77% 0.73% -
XYZ 24.25 18.14 4.41 -
YUV 114.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 185 92 42 0 0.50 0.77 0.27 20.98 0.63 0.45
Hex B9 5C 2A 0 32 4D 1B 15 3F 2D
Octal 271 134 52 0 62 115 33 25 77 55
Binary 10111001 1011100 101010 0 110010 1001101 11011 10101 111111 101101

Color Harmonies of #B95C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C2A

Black with #B95C2A

Text Example


Text Example

White with #B95C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C2A; }

 p { color: rgb(185,92,42); }

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

background-color css

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

 a { background-color: rgb(185,92,42); }

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

border-color css

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

 span { border-color: rgb(185,92,42); }

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