Html Css Color HEX #BB6401 Tenne (Tawny)

📋 copy color: '#BB6401'

red 187 ◦ green 100 ◦ blue 1

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

Shades of Tenne (Tawny) #BB6401

Tints of Tenne (Tawny) #BB6401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

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

R = 64.93%
G = 34.72%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB6401 (or 0xBB6401) is known color: Tenne (Tawny). HEX triplet: BB, 64 and 01. RGB value is (187,100,1). Sum of RGB (Red+Green+Blue) = 187+100+1=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6401 is #449BFE. Grayscale: #737373. Windows color (decimal): -4496383 or 91323. OLE color: 91323.

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

Color convert

RGB 187 100 1 -
CMYK 0 0.47 0.99 0.27
HSL 31.94º 0.99% 0.37% -
HSV(B) 31.94º 0.99% 0.73% -
XYZ 25.06 19.68 2.51 -
YUV 114.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 187 100 1 0 0.47 0.99 0.27 31.94 0.99 0.37
Hex BB 64 1 0 2F 63 1B 20 63 25
Octal 273 144 1 0 57 143 33 40 143 45
Binary 10111011 1100100 1 0 101111 1100011 11011 100000 1100011 100101

Color Harmonies of #BB6401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6401

Black with #BB6401

Text Example


Text Example

White with #BB6401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6401; }

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

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

background-color css

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

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

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

border-color css

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

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

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