Html Css Color HEX #B9580F Tenne (Tawny)

📋 copy color: '#B9580F'

red 185 ◦ green 88 ◦ blue 15

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

Shades of Tenne (Tawny) #B9580F

Tints of Tenne (Tawny) #B9580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

 BLUE value IS 15 (6.25% from 255) = 5.21%

R = 64.24%
G = 30.56%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9580F (or 0xB9580F) is known color: Tenne (Tawny). HEX triplet: B9, 58 and 0F. RGB value is (185,88,15). Sum of RGB (Red+Green+Blue) = 185+88+15=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B9580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9580F is #46A7F0. Grayscale: #6D6D6D. Windows color (decimal): -4630513 or 1005753. OLE color: 1005753.

HSL color Cylindrical-coordinate representation of color #B9580F: hue angle of 25.76º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9580F is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 88 15 -
CMYK 0 0.52 0.92 0.27
HSL 25.76º 0.85% 0.39% -
HSV(B) 25.76º 0.92% 0.73% -
XYZ 23.58 17.33 2.55 -
YUV 108.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 185 88 15 0 0.52 0.92 0.27 25.76 0.85 0.39
Hex B9 58 F 0 34 5C 1B 1A 55 27
Octal 271 130 17 0 64 134 33 32 125 47
Binary 10111001 1011000 1111 0 110100 1011100 11011 11010 1010101 100111

Color Harmonies of #B9580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9580F

Black with #B9580F

Text Example


Text Example

White with #B9580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9580F; }

 p { color: rgb(185,88,15); }

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

background-color css

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

 a { background-color: rgb(185,88,15); }

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

border-color css

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

 span { border-color: rgb(185,88,15); }

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