Html Css Color HEX #BB6706 Tenne (Tawny)

📋 copy color: '#BB6706'

red 187 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #BB6706

Tints of Tenne (Tawny) #BB6706

RGB

 RED value IS 187 (73.44% from 255) = 63.18%

 GREEN value IS 103 (40.63% from 255) = 34.8%

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 63.18%
G = 34.8%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB6706 (or 0xBB6706) is known color: Tenne (Tawny). HEX triplet: BB, 67 and 06. RGB value is (187,103,6). Sum of RGB (Red+Green+Blue) = 187+103+6=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6706 is #4498F9. Grayscale: #757575. Windows color (decimal): -4495610 or 419771. OLE color: 419771.

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

Color convert

RGB 187 103 6 -
CMYK 0 0.45 0.97 0.27
HSL 32.15º 0.94% 0.38% -
HSV(B) 32.15º 0.97% 0.73% -
XYZ 25.38 20.28 2.75 -
YUV 117.06 65.33 177.89 -
System Red Green Blue C M Y K H S L
Decimal 187 103 6 0 0.45 0.97 0.27 32.15 0.94 0.38
Hex BB 67 6 0 2D 61 1B 20 5E 26
Octal 273 147 6 0 55 141 33 40 136 46
Binary 10111011 1100111 110 0 101101 1100001 11011 100000 1011110 100110

Color Harmonies of #BB6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6706

Black with #BB6706

Text Example


Text Example

White with #BB6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6706; }

 p { color: rgb(187,103,6); }

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

background-color css

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

 a { background-color: rgb(187,103,6); }

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

border-color css

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

 span { border-color: rgb(187,103,6); }

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