Html Css Color HEX #BB6801 Tenne (Tawny)

📋 copy color: '#BB6801'

red 187 ◦ green 104 ◦ blue 1

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

Shades of Tenne (Tawny) #BB6801

Tints of Tenne (Tawny) #BB6801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 64.04%
G = 35.62%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB6801 (or 0xBB6801) is known color: Tenne (Tawny). HEX triplet: BB, 68 and 01. RGB value is (187,104,1). Sum of RGB (Red+Green+Blue) = 187+104+1=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6801 is #4497FE. Grayscale: #757575. Windows color (decimal): -4495359 or 92347. OLE color: 92347.

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

Color convert

RGB 187 104 1 -
CMYK 0 0.44 0.99 0.27
HSL 33.23º 0.99% 0.37% -
HSV(B) 33.23º 0.99% 0.73% -
XYZ 25.45 20.47 2.64 -
YUV 117.08 62.5 177.88 -
System Red Green Blue C M Y K H S L
Decimal 187 104 1 0 0.44 0.99 0.27 33.23 0.99 0.37
Hex BB 68 1 0 2C 63 1B 21 63 25
Octal 273 150 1 0 54 143 33 41 143 45
Binary 10111011 1101000 1 0 101100 1100011 11011 100001 1100011 100101

Color Harmonies of #BB6801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6801

Black with #BB6801

Text Example


Text Example

White with #BB6801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6801; }

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

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

background-color css

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

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

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

border-color css

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

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

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