Html Css Color HEX #B9650D Tenne (Tawny)

📋 copy color: '#B9650D'

red 185 ◦ green 101 ◦ blue 13

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

Shades of Tenne (Tawny) #B9650D

Tints of Tenne (Tawny) #B9650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 61.87%
G = 33.78%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9650D (or 0xB9650D) is known color: Tenne (Tawny). HEX triplet: B9, 65 and 0D. RGB value is (185,101,13). Sum of RGB (Red+Green+Blue) = 185+101+13=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9650D is #469AF2. Grayscale: #747474. Windows color (decimal): -4627187 or 878009. OLE color: 878009.

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

Color convert

RGB 185 101 13 -
CMYK 0 0.45 0.93 0.27
HSL 30.7º 0.87% 0.39% -
HSV(B) 30.7º 0.93% 0.73% -
XYZ 24.73 19.65 2.87 -
YUV 116.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 185 101 13 0 0.45 0.93 0.27 30.7 0.87 0.39
Hex B9 65 D 0 2D 5D 1B 1F 57 27
Octal 271 145 15 0 55 135 33 37 127 47
Binary 10111001 1100101 1101 0 101101 1011101 11011 11111 1010111 100111

Color Harmonies of #B9650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9650D

Black with #B9650D

Text Example


Text Example

White with #B9650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9650D; }

 p { color: rgb(185,101,13); }

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

background-color css

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

 a { background-color: rgb(185,101,13); }

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

border-color css

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

 span { border-color: rgb(185,101,13); }

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