#BD6508

Color #BD6508 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #BD6508

Tints of Tenne (Tawny) #BD6508

Color information

#BD6508 (or 0xBD6508) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 65 and 08. RGB value is (189,101,8). Sum of RGB (Red+Green+Blue) = 189+101+8=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6508 is #429AF7. Grayscale: #757575. Windows color (decimal): -4365048 or 550333. OLE color: 550333.

HSL color Cylindrical-coordinate representation of color #BD6508: hue angle of 30.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD6508 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1891018-
CMYK00.470.960.26
HSL30.83º91.88%38.63%-
HSV(B)30.83º95.77%74.12%-
XYZ25.6820.142.76-
YUV116.7166.65179.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.42%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 8 (3.52% from 255) = 2.68%
R=63.42%
G=33.89%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189101800.470.960.2630.8391.8838.63
HexBD65802F601A1f5c27
Octal27514510057140323713447
Binary10111101110010110000101111110000011010111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6508; }

 p { color: rgb(189,101,8); }

 H1.HeaderClassName
 {
   color: #BD6508;
 }
 .AnyTagClassName
 {
   color: #BD6508;
 }
</style>
background-color css

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

 a { background-color: rgb(189,101,8); }

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

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

 span { border-color: rgb(189,101,8); }

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