Html Css Color HEX #BB660D Tenne (Tawny)

📋 copy color: '#BB660D'

red 187 ◦ green 102 ◦ blue 13

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

Shades of Tenne (Tawny) #BB660D

Tints of Tenne (Tawny) #BB660D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 61.92%
G = 33.77%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB660D (or 0xBB660D) is known color: Tenne (Tawny). HEX triplet: BB, 66 and 0D. RGB value is (187,102,13). Sum of RGB (Red+Green+Blue) = 187+102+13=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB660D is #4499F2. Grayscale: #757575. Windows color (decimal): -4495859 or 878267. OLE color: 878267.

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

Color convert

RGB 187 102 13 -
CMYK 0 0.45 0.93 0.27
HSL 30.69º 0.87% 0.39% -
HSV(B) 30.69º 0.93% 0.73% -
XYZ 25.32 20.1 2.93 -
YUV 117.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 187 102 13 0 0.45 0.93 0.27 30.69 0.87 0.39
Hex BB 66 D 0 2D 5D 1B 1F 57 27
Octal 273 146 15 0 55 135 33 37 127 47
Binary 10111011 1100110 1101 0 101101 1011101 11011 11111 1010111 100111

Color Harmonies of #BB660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB660D

Black with #BB660D

Text Example


Text Example

White with #BB660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB660D; }

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

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

background-color css

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

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

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

border-color css

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

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

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