#BD600C

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

Shades of Tenne (Tawny) #BD600C

Tints of Tenne (Tawny) #BD600C

Color information

#BD600C (or 0xBD600C) is unknown color: approx Tenne (Tawny). HEX triplet: BD, 60 and 0C. RGB value is (189,96,12). Sum of RGB (Red+Green+Blue) = 189+96+12=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD600C is #429FF3. Grayscale: #727272. Windows color (decimal): -4366324 or 811197. OLE color: 811197.

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

Color convert

RGB1899612-
CMYK00.490.940.26
HSL28.47º88.06%39.41%-
HSV(B)28.47º93.65%74.12%-
XYZ25.2419.212.73-
YUV114.2370.31181.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.64%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 12 (5.08% from 255) = 4.04%
R=63.64%
G=32.32%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189961200.490.940.2628.4788.0639.41
HexBD60C0315E1A1c5827
Octal27514014061136323413047
Binary10111101110000011000110001101111011010111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD600C; }

 p { color: rgb(189,96,12); }

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

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

 a { background-color: rgb(189,96,12); }

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

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

 span { border-color: rgb(189,96,12); }

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