Html Css Color HEX #BB6504 Tenne (Tawny)

📋 copy color: '#BB6504'

red 187 ◦ green 101 ◦ blue 4

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

Shades of Tenne (Tawny) #BB6504

Tints of Tenne (Tawny) #BB6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 64.04%
G = 34.59%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB6504 (or 0xBB6504) is known color: Tenne (Tawny). HEX triplet: BB, 65 and 04. RGB value is (187,101,4). Sum of RGB (Red+Green+Blue) = 187+101+4=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6504 is #449AFB. Grayscale: #747474. Windows color (decimal): -4496124 or 288187. OLE color: 288187.

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

Color convert

RGB 187 101 4 -
CMYK 0 0.46 0.98 0.27
HSL 31.8º 0.96% 0.37% -
HSV(B) 31.8º 0.98% 0.73% -
XYZ 25.17 19.88 2.63 -
YUV 115.66 64.99 178.89 -
System Red Green Blue C M Y K H S L
Decimal 187 101 4 0 0.46 0.98 0.27 31.8 0.96 0.37
Hex BB 65 4 0 2E 62 1B 20 60 25
Octal 273 145 4 0 56 142 33 40 140 45
Binary 10111011 1100101 100 0 101110 1100010 11011 100000 1100000 100101

Color Harmonies of #BB6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6504

Black with #BB6504

Text Example


Text Example

White with #BB6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6504; }

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

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

background-color css

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

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

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

border-color css

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

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

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