Html Css Color HEX #BB6804 Tenne (Tawny)

📋 copy color: '#BB6804'

red 187 ◦ green 104 ◦ blue 4

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

Shades of Tenne (Tawny) #BB6804

Tints of Tenne (Tawny) #BB6804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 63.39%
G = 35.25%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB6804 (or 0xBB6804) is known color: Tenne (Tawny). HEX triplet: BB, 68 and 04. RGB value is (187,104,4). Sum of RGB (Red+Green+Blue) = 187+104+4=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6804 is #4497FB. Grayscale: #757575. Windows color (decimal): -4495356 or 288955. OLE color: 288955.

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

Color convert

RGB 187 104 4 -
CMYK 0 0.44 0.98 0.27
HSL 32.79º 0.96% 0.37% -
HSV(B) 32.79º 0.98% 0.73% -
XYZ 25.47 20.47 2.72 -
YUV 117.42 64 177.63 -
System Red Green Blue C M Y K H S L
Decimal 187 104 4 0 0.44 0.98 0.27 32.79 0.96 0.37
Hex BB 68 4 0 2C 62 1B 21 60 25
Octal 273 150 4 0 54 142 33 41 140 45
Binary 10111011 1101000 100 0 101100 1100010 11011 100001 1100000 100101

Color Harmonies of #BB6804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6804

Black with #BB6804

Text Example


Text Example

White with #BB6804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6804; }

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

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

background-color css

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

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

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

border-color css

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

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

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