Html Css Color HEX #B9620B Tenne (Tawny)

📋 copy color: '#B9620B'

red 185 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #B9620B

Tints of Tenne (Tawny) #B9620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.33%

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 62.93%
G = 33.33%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9620B (or 0xB9620B) is known color: Tenne (Tawny). HEX triplet: B9, 62 and 0B. RGB value is (185,98,11). Sum of RGB (Red+Green+Blue) = 185+98+11=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9620B is #469DF4. Grayscale: #727272. Windows color (decimal): -4627957 or 746169. OLE color: 746169.

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

Color convert

RGB 185 98 11 -
CMYK 0 0.47 0.94 0.27
HSL 30º 0.89% 0.38% -
HSV(B) 30º 0.94% 0.73% -
XYZ 24.44 19.07 2.71 -
YUV 114.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 185 98 11 0 0.47 0.94 0.27 30 0.89 0.38
Hex B9 62 B 0 2F 5E 1B 1E 59 26
Octal 271 142 13 0 57 136 33 36 131 46
Binary 10111001 1100010 1011 0 101111 1011110 11011 11110 1011001 100110

Color Harmonies of #B9620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9620B

Black with #B9620B

Text Example


Text Example

White with #B9620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9620B; }

 p { color: rgb(185,98,11); }

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

background-color css

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

 a { background-color: rgb(185,98,11); }

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

border-color css

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

 span { border-color: rgb(185,98,11); }

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