Html Css Color HEX #BB680A Tenne (Tawny)

📋 copy color: '#BB680A'

red 187 ◦ green 104 ◦ blue 10

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

Shades of Tenne (Tawny) #BB680A

Tints of Tenne (Tawny) #BB680A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 62.13%
G = 34.55%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB680A (or 0xBB680A) is known color: Tenne (Tawny). HEX triplet: BB, 68 and 0A. RGB value is (187,104,10). Sum of RGB (Red+Green+Blue) = 187+104+10=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB680A is #4497F5. Grayscale: #767676. Windows color (decimal): -4495350 or 682171. OLE color: 682171.

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

Color convert

RGB 187 104 10 -
CMYK 0 0.44 0.95 0.27
HSL 31.86º 0.9% 0.39% -
HSV(B) 31.86º 0.95% 0.73% -
XYZ 25.5 20.49 2.9 -
YUV 118.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 187 104 10 0 0.44 0.95 0.27 31.86 0.9 0.39
Hex BB 68 A 0 2C 5F 1B 20 5A 27
Octal 273 150 12 0 54 137 33 40 132 47
Binary 10111011 1101000 1010 0 101100 1011111 11011 100000 1011010 100111

Color Harmonies of #BB680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB680A

Black with #BB680A

Text Example


Text Example

White with #BB680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB680A; }

 p { color: rgb(187,104,10); }

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

background-color css

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

 a { background-color: rgb(187,104,10); }

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

border-color css

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

 span { border-color: rgb(187,104,10); }

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