#BD670D

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

Shades of Tenne (Tawny) #BD670D

Tints of Tenne (Tawny) #BD670D

Color information

#BD670D (or 0xBD670D) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 67 and 0D. RGB value is (189,103,13). Sum of RGB (Red+Green+Blue) = 189+103+13=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD670D is #4298F2. Grayscale: #767676. Windows color (decimal): -4364531 or 878525. OLE color: 878525.

HSL color Cylindrical-coordinate representation of color #BD670D: hue angle of 30.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD670D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB18910313-
CMYK00.460.930.26
HSL30.68º87.13%39.61%-
HSV(B)30.68º93.12%74.12%-
XYZ25.9120.552.98-
YUV118.4568.49178.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 13 (5.47% from 255) = 4.26%
R=61.97%
G=33.77%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891031300.460.930.2630.6887.1339.61
HexBD67D02E5D1A1f5728
Octal27514715056135323712750
Binary10111101110011111010101110101110111010111111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD670D; }

 p { color: rgb(189,103,13); }

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

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

 a { background-color: rgb(189,103,13); }

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

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

 span { border-color: rgb(189,103,13); }

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