Html Css Color HEX #B95330 Fiery Orange

📋 copy color: '#B95330'

red 185 ◦ green 83 ◦ blue 48

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

Shades of Fiery Orange #B95330

Tints of Fiery Orange #B95330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 58.54%
G = 26.27%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B95330 (or 0xB95330) is known color: Fiery Orange. HEX triplet: B9, 53 and 30. RGB value is (185,83,48). Sum of RGB (Red+Green+Blue) = 185+83+48=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B95330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95330 is #46ACCF. Grayscale: #6D6D6D. Windows color (decimal): -4631760 or 3167161. OLE color: 3167161.

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

Color convert

RGB 185 83 48 -
CMYK 0 0.55 0.74 0.27
HSL 15.33º 0.59% 0.46% -
HSV(B) 15.33º 0.74% 0.73% -
XYZ 23.63 16.71 4.78 -
YUV 109.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 185 83 48 0 0.55 0.74 0.27 15.33 0.59 0.46
Hex B9 53 30 0 37 4A 1B F 3B 2E
Octal 271 123 60 0 67 112 33 17 73 56
Binary 10111001 1010011 110000 0 110111 1001010 11011 1111 111011 101110

Color Harmonies of #B95330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95330

Black with #B95330

Text Example


Text Example

White with #B95330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95330; }

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

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

background-color css

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

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

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

border-color css

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

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

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