Html Css Color HEX #BB6800 Tenne (Tawny)

📋 copy color: '#BB6800'

red 187 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #BB6800

Tints of Tenne (Tawny) #BB6800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.26%
G = 35.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB6800 (or 0xBB6800) is known color: Tenne (Tawny). HEX triplet: BB, 68 and 00. RGB value is (187,104,0). Sum of RGB (Red+Green+Blue) = 187+104+0=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6800 is #4497FF. Grayscale: #757575. Windows color (decimal): -4495360 or 26811. OLE color: 26811.

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

Color convert

RGB 187 104 0 -
CMYK 0 0.44 1 0.27
HSL 33.37º 1% 0.37% -
HSV(B) 33.37º 1% 0.73% -
XYZ 25.44 20.47 2.61 -
YUV 116.96 62 177.96 -
System Red Green Blue C M Y K H S L
Decimal 187 104 0 0 0.44 1 0.27 33.37 1 0.37
Hex BB 68 0 0 2C 64 1B 21 64 25
Octal 273 150 0 0 54 144 33 41 144 45
Binary 10111011 1101000 0 0 101100 1100100 11011 100001 1100100 100101

Color Harmonies of #BB6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6800

Black with #BB6800

Text Example


Text Example

White with #BB6800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6800; }

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

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

background-color css

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

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

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

border-color css

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

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

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