Html Css Color HEX #B9650C Tenne (Tawny)

📋 copy color: '#B9650C'

red 185 ◦ green 101 ◦ blue 12

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

Shades of Tenne (Tawny) #B9650C

Tints of Tenne (Tawny) #B9650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 62.08%
G = 33.89%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9650C (or 0xB9650C) is known color: Tenne (Tawny). HEX triplet: B9, 65 and 0C. RGB value is (185,101,12). Sum of RGB (Red+Green+Blue) = 185+101+12=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9650C is #469AF3. Grayscale: #747474. Windows color (decimal): -4627188 or 812473. OLE color: 812473.

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

Color convert

RGB 185 101 12 -
CMYK 0 0.45 0.94 0.27
HSL 30.87º 0.88% 0.39% -
HSV(B) 30.87º 0.94% 0.73% -
XYZ 24.73 19.65 2.84 -
YUV 115.97 69.33 177.24 -
System Red Green Blue C M Y K H S L
Decimal 185 101 12 0 0.45 0.94 0.27 30.87 0.88 0.39
Hex B9 65 C 0 2D 5E 1B 1F 58 27
Octal 271 145 14 0 55 136 33 37 130 47
Binary 10111001 1100101 1100 0 101101 1011110 11011 11111 1011000 100111

Color Harmonies of #B9650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9650C

Black with #B9650C

Text Example


Text Example

White with #B9650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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