Html Css Color HEX #BB6C00 Tenne (Tawny)

📋 copy color: '#BB6C00'

red 187 ◦ green 108 ◦ blue 0

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

Shades of Tenne (Tawny) #BB6C00

Tints of Tenne (Tawny) #BB6C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.61%

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

R = 63.39%
G = 36.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB6C00 (or 0xBB6C00) is known color: Tenne (Tawny). HEX triplet: BB, 6C and 00. RGB value is (187,108,0). Sum of RGB (Red+Green+Blue) = 187+108+0=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6C00 is #4493FF. Grayscale: #777777. Windows color (decimal): -4494336 or 27835. OLE color: 27835.

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

Color convert

RGB 187 108 0 -
CMYK 0 0.42 1 0.27
HSL 34.65º 1% 0.37% -
HSV(B) 34.65º 1% 0.73% -
XYZ 25.86 21.29 2.75 -
YUV 119.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 187 108 0 0 0.42 1 0.27 34.65 1 0.37
Hex BB 6C 0 0 2A 64 1B 23 64 25
Octal 273 154 0 0 52 144 33 43 144 45
Binary 10111011 1101100 0 0 101010 1100100 11011 100011 1100100 100101

Color Harmonies of #BB6C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C00

Black with #BB6C00

Text Example


Text Example

White with #BB6C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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