Html Css Color HEX #B95A1D Fiery Orange

📋 copy color: '#B95A1D'

red 185 ◦ green 90 ◦ blue 29

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

Shades of Fiery Orange #B95A1D

Tints of Fiery Orange #B95A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.61%

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 60.86%
G = 29.61%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B95A1D (or 0xB95A1D) is known color: Fiery Orange. HEX triplet: B9, 5A and 1D. RGB value is (185,90,29). Sum of RGB (Red+Green+Blue) = 185+90+29=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95A1D is #46A5E2. Grayscale: #6F6F6F. Windows color (decimal): -4629987 or 1923769. OLE color: 1923769.

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

Color convert

RGB 185 90 29 -
CMYK 0 0.51 0.84 0.27
HSL 23.46º 0.73% 0.42% -
HSV(B) 23.46º 0.84% 0.73% -
XYZ 23.89 17.72 3.32 -
YUV 111.45 81.47 180.46 -
System Red Green Blue C M Y K H S L
Decimal 185 90 29 0 0.51 0.84 0.27 23.46 0.73 0.42
Hex B9 5A 1D 0 33 54 1B 17 49 2A
Octal 271 132 35 0 63 124 33 27 111 52
Binary 10111001 1011010 11101 0 110011 1010100 11011 10111 1001001 101010

Color Harmonies of #B95A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A1D

Black with #B95A1D

Text Example


Text Example

White with #B95A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A1D; }

 p { color: rgb(185,90,29); }

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

background-color css

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

 a { background-color: rgb(185,90,29); }

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

border-color css

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

 span { border-color: rgb(185,90,29); }

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