Html Css Color HEX #B9630B Tenne (Tawny)

📋 copy color: '#B9630B'

red 185 ◦ green 99 ◦ blue 11

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

Shades of Tenne (Tawny) #B9630B

Tints of Tenne (Tawny) #B9630B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.56%

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

R = 62.71%
G = 33.56%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9630B (or 0xB9630B) is known color: Tenne (Tawny). HEX triplet: B9, 63 and 0B. RGB value is (185,99,11). Sum of RGB (Red+Green+Blue) = 185+99+11=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9630B is #469CF4. Grayscale: #737373. Windows color (decimal): -4627701 or 746425. OLE color: 746425.

HSL color Cylindrical-coordinate representation of color #B9630B: hue angle of 30.34º 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 #B9630B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 99 11 -
CMYK 0 0.46 0.94 0.27
HSL 30.34º 0.89% 0.38% -
HSV(B) 30.34º 0.94% 0.73% -
XYZ 24.53 19.26 2.74 -
YUV 114.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 185 99 11 0 0.46 0.94 0.27 30.34 0.89 0.38
Hex B9 63 B 0 2E 5E 1B 1E 59 26
Octal 271 143 13 0 56 136 33 36 131 46
Binary 10111001 1100011 1011 0 101110 1011110 11011 11110 1011001 100110

Color Harmonies of #B9630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9630B

Black with #B9630B

Text Example


Text Example

White with #B9630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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