Html Css Color HEX #BB6100 Tenne (Tawny)

📋 copy color: '#BB6100'

red 187 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #BB6100

Tints of Tenne (Tawny) #BB6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

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

R = 65.85%
G = 34.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB6100 (or 0xBB6100) is known color: Tenne (Tawny). HEX triplet: BB, 61 and 00. RGB value is (187,97,0). Sum of RGB (Red+Green+Blue) = 187+97+0=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6100 is #449EFF. Grayscale: #717171. Windows color (decimal): -4497152 or 25019. OLE color: 25019.

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

Color convert

RGB 187 97 0 -
CMYK 0 0.48 1 0.27
HSL 31.12º 1% 0.37% -
HSV(B) 31.12º 1% 0.73% -
XYZ 24.77 19.11 2.38 -
YUV 112.85 64.32 180.89 -
System Red Green Blue C M Y K H S L
Decimal 187 97 0 0 0.48 1 0.27 31.12 1 0.37
Hex BB 61 0 0 30 64 1B 1F 64 25
Octal 273 141 0 0 60 144 33 37 144 45
Binary 10111011 1100001 0 0 110000 1100100 11011 11111 1100100 100101

Color Harmonies of #BB6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6100

Black with #BB6100

Text Example


Text Example

White with #BB6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6100; }

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

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

background-color css

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

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

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

border-color css

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

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

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