Html Css Color HEX #B9600A Tenne (Tawny)

📋 copy color: '#B9600A'

red 185 ◦ green 96 ◦ blue 10

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

Shades of Tenne (Tawny) #B9600A

Tints of Tenne (Tawny) #B9600A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

 BLUE value IS 10 (4.3% from 255) = 3.44%

R = 63.57%
G = 32.99%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9600A (or 0xB9600A) is known color: Tenne (Tawny). HEX triplet: B9, 60 and 0A. RGB value is (185,96,10). Sum of RGB (Red+Green+Blue) = 185+96+10=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B9600A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9600A is #469FF5. Grayscale: #717171. Windows color (decimal): -4628470 or 680121. OLE color: 680121.

HSL color Cylindrical-coordinate representation of color #B9600A: hue angle of 29.49º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9600A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 10 -
CMYK 0 0.48 0.95 0.27
HSL 29.49º 0.9% 0.38% -
HSV(B) 29.49º 0.95% 0.73% -
XYZ 24.25 18.7 2.62 -
YUV 112.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 185 96 10 0 0.48 0.95 0.27 29.49 0.9 0.38
Hex B9 60 A 0 30 5F 1B 1D 5A 26
Octal 271 140 12 0 60 137 33 35 132 46
Binary 10111001 1100000 1010 0 110000 1011111 11011 11101 1011010 100110

Color Harmonies of #B9600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9600A

Black with #B9600A

Text Example


Text Example

White with #B9600A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9600A; }

 p { color: rgb(185,96,10); }

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

background-color css

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

 a { background-color: rgb(185,96,10); }

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

border-color css

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

 span { border-color: rgb(185,96,10); }

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