Html Css Color HEX #B95328 Fiery Orange

📋 copy color: '#B95328'

red 185 ◦ green 83 ◦ blue 40

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

Shades of Fiery Orange #B95328

Tints of Fiery Orange #B95328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 60.06%
G = 26.95%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B95328 (or 0xB95328) is known color: Fiery Orange. HEX triplet: B9, 53 and 28. RGB value is (185,83,40). Sum of RGB (Red+Green+Blue) = 185+83+40=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B95328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95328 is #46ACD7. Grayscale: #6C6C6C. Windows color (decimal): -4631768 or 2642873. OLE color: 2642873.

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

Color convert

RGB 185 83 40 -
CMYK 0 0.55 0.78 0.27
HSL 17.79º 0.64% 0.44% -
HSV(B) 17.79º 0.78% 0.73% -
XYZ 23.48 16.65 3.98 -
YUV 108.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 185 83 40 0 0.55 0.78 0.27 17.79 0.64 0.44
Hex B9 53 28 0 37 4E 1B 12 40 2C
Octal 271 123 50 0 67 116 33 22 100 54
Binary 10111001 1010011 101000 0 110111 1001110 11011 10010 1000000 101100

Color Harmonies of #B95328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95328

Black with #B95328

Text Example


Text Example

White with #B95328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95328; }

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

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

background-color css

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

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

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

border-color css

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

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

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