Html Css Color HEX #BB6404 Tenne (Tawny)

📋 copy color: '#BB6404'

red 187 ◦ green 100 ◦ blue 4

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

Shades of Tenne (Tawny) #BB6404

Tints of Tenne (Tawny) #BB6404

RGB

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

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

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

R = 64.26%
G = 34.36%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB6404 (or 0xBB6404) is known color: Tenne (Tawny). HEX triplet: BB, 64 and 04. RGB value is (187,100,4). Sum of RGB (Red+Green+Blue) = 187+100+4=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6404 is #449BFB. Grayscale: #737373. Windows color (decimal): -4496380 or 287931. OLE color: 287931.

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

Color convert

RGB 187 100 4 -
CMYK 0 0.47 0.98 0.27
HSL 31.48º 0.96% 0.37% -
HSV(B) 31.48º 0.98% 0.73% -
XYZ 25.07 19.69 2.59 -
YUV 115.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 187 100 4 0 0.47 0.98 0.27 31.48 0.96 0.37
Hex BB 64 4 0 2F 62 1B 1F 60 25
Octal 273 144 4 0 57 142 33 37 140 45
Binary 10111011 1100100 100 0 101111 1100010 11011 11111 1100000 100101

Color Harmonies of #BB6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6404

Black with #BB6404

Text Example


Text Example

White with #BB6404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6404; }

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

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

background-color css

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

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

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

border-color css

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

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

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