Html Css Color HEX #BB660A Tenne (Tawny)

📋 copy color: '#BB660A'

red 187 ◦ green 102 ◦ blue 10

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

Shades of Tenne (Tawny) #BB660A

Tints of Tenne (Tawny) #BB660A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.11%

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

R = 62.54%
G = 34.11%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB660A (or 0xBB660A) is known color: Tenne (Tawny). HEX triplet: BB, 66 and 0A. RGB value is (187,102,10). Sum of RGB (Red+Green+Blue) = 187+102+10=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB660A is #4499F5. Grayscale: #757575. Windows color (decimal): -4495862 or 681659. OLE color: 681659.

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

Color convert

RGB 187 102 10 -
CMYK 0 0.45 0.95 0.27
HSL 31.19º 0.9% 0.39% -
HSV(B) 31.19º 0.95% 0.73% -
XYZ 25.3 20.09 2.83 -
YUV 116.93 67.66 177.98 -
System Red Green Blue C M Y K H S L
Decimal 187 102 10 0 0.45 0.95 0.27 31.19 0.9 0.39
Hex BB 66 A 0 2D 5F 1B 1F 5A 27
Octal 273 146 12 0 55 137 33 37 132 47
Binary 10111011 1100110 1010 0 101101 1011111 11011 11111 1011010 100111

Color Harmonies of #BB660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB660A

Black with #BB660A

Text Example


Text Example

White with #BB660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB660A; }

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

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

background-color css

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

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

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

border-color css

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

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

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